This commit is contained in:
Nicholas Orlowsky 2023-10-17 13:16:31 -04:00
parent 38359bd957
commit d6eb46d310
No known key found for this signature in database
GPG key ID: BE7DF0188A405E2B
20 changed files with 178 additions and 1020295 deletions

25
src/test_www/test.html Normal file
View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Anthracite</title>
<link rel="icon" type="image/x-icon" href="/images/favicon_anim.ico">
<link rel="stylesheet" href="test.css">
</head>
<body>
<center>
<h1 class="cool-style">Test Page!</h1>
<h2>Dogs</h2>
<div class="content">
<img src="/images/tini.png" alt="A border collie" />
<img src="/images/lola.jpeg" alt="A border collie" />
<img src="/images/emma.bmp" alt="A corgi" />
</div>
<h2>Trains</h2>
<div>
<video controls>
<source src="videos/train_vid.mp4" />
</video>
</div>
</center>
</body>
</html>