ColeSite/pages/cv.html
2021-12-27 19:53:20 +00:00

18 lines
No EOL
574 B
HTML

<HTML>
<head>
<link rel = "stylesheet" href = "../stylesheets/basics.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
</head>
<body>
<div id = "title">
<h1>Curriculum Vitae</h1>
<a href = "../index.html">back</a>
</div>
<div id = "mainContent">
cv goes here
</div>
</body>
</HTML>