home/static/index.html

13 lines
241 B
HTML
Raw Normal View History

2024-03-25 14:42:21 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>