mirror of
https://github.com/EthanPisani/ethanpisani.com.git
synced 2025-07-02 18:15:18 -04:00
27 lines
705 B
HTML
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>
|