hbbs.decentral1.se/hbbs/templates/index.html
2020-04-04 19:37:38 +02:00

19 lines
397 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>voicegardens.org: home</title>
<link
rel="stylesheet"
href="/static/styles.css"
type="text/css"
media="screen"
/>
<link rel="icon" href="/static/images/favicon.ico" />
</head>
<body>
<h1>Hello, World</h1>
</body>
</html>