ColeSite/pages/contact-me.html

21 lines
664 B
HTML
Raw Permalink Normal View History

2021-12-27 19:53:20 +00:00
<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>contact me</h1>
<a href = "../index.html">back</a>
</div>
<div id = "mainContent">
email me: coolKid@email.com
<a>cv</a>
phone: 076969696969
<a>twitter</a>
</div>
</body>
</HTML>