hbbs.decentral1.se/hbbs/templates/index.html

19 lines
397 B
HTML
Raw Normal View History

2020-04-04 18:55:53 +02:00
<!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"
/>
2020-04-04 19:37:38 +02:00
<link rel="icon" href="/static/images/favicon.ico" />
2020-04-04 18:55:53 +02:00
</head>
<body>
<h1>Hello, World</h1>
</body>
</html>