Add a basic website that shows the current flutgrid state Co-authored-by: Noa Aarts <noa@voorwaarts.nl>
12 lines
No EOL
181 B
HTML
12 lines
No EOL
181 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test</title>
|
|
<script src="test.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Test</h1>
|
|
<p>Test</p>
|
|
<img id="image"></img>
|
|
</body>
|
|
</html> |