ethanpisani.com/templates/main.html
2021-04-09 14:05:27 -04:00

27 lines
705 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Redzuzu's Site</title>
<link
href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='css/main.css') }}" />
<meta name="msapplication-TileColor" content="#000000" />
<meta name="theme-color" content="#000000" />
<link rel="icon" href="{{ url_for('static',filename='img/favicon.ico') }}" />
<meta name="robots" content="index,follow" />
</head>
<body>
<div class="content">
<h1 class="text-pop-up-top">Ethan Pisani.</h1>
<a href="/chem12cpt/">Chemistry 12 CPT</a>
</div>
</body>
</html>