This commit is contained in:
Tanay Findley
2019-09-23 18:36:43 -04:00
committed by GitHub
parent 1a8dd16eeb
commit 98fbcf90f4

20
index.html Normal file
View File

@@ -0,0 +1,20 @@
<html><head>
<title>Nepeta</title>
<meta property="og:title" content="Nepeta">
<meta property="og:description" content="Welcome.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://nepeta.me/">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css?3">
</head>
<body>
<a class="logo" href="/" "=""><img class="logo" src="/assets/nepeta.png" alt="Nepeta"></a>
<div class="card">
<div class="row">
<h1>Nepeta</h1>
</div>
</div>
</body></html>