This repository has been archived on 2020-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
e-commerce/prototype/src/main/resources/static/index.html

11 lines
244 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
2020-04-27 09:48:24 +02:00
<head>
<title>This is a simple Spring Boot Web App</title>
2020-04-27 09:48:24 +02:00
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
2020-04-27 09:48:24 +02:00
<p>Get your greeting <a href="/greeting">here</a></p>
</body>
</html>