Clean up website

This commit is contained in:
Anthony Wang 2021-10-13 21:07:10 -05:00
parent 7a03aa83c9
commit ab0641e665
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 1 additions and 34 deletions

View file

@ -1,34 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Some random website</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<img src="fun/dodecahedra/origami-dodecahedron-adjusted.webp" alt="Origami dodecahedron" height="324" width="324">
<br>
<h2>Hello!</h2>
<p style="text-align:center;">
<pre><a href="about">About</a> <a href="https://github.com/Ta180m">GitHub</a> <a href="blog">Blog</a> <a href="contact">Contact</a></pre>
</p>
<br>
<h2>Projects</h2>
<p style="text-align:center;">
<a href="https://exozy.me">exozyme</a>
</p>
<br>
<p style="text-align:center;">
<a href="https://laduecs.github.io/">Ladue Computer Science</a>
</p>
<br>
<p style="text-align:center;">
<a href="competitive-programming">Competitive Programming</a>
</p>
<br>
</div>
</body>
</html>

1
static/site.webmanifest Normal file
View file

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}