add basic website
This commit is contained in:
parent
5c3690d72a
commit
f0bd6020a2
6 changed files with 89 additions and 25 deletions
15
assets/index.html
Normal file
15
assets/index.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Flurry</title>
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img src="/imgstream?canvas=0" alt="The main pixelflut canvas">
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue