Init test site

This commit is contained in:
Luke Murphy 2020-04-07 15:21:47 +02:00
commit ba85d7d3a8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 11 additions and 0 deletions

0
.static Normal file
View File

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Static Test</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>