Add 'www/index.html'
This commit is contained in:
parent
c109668694
commit
f7942f6c10
|
@ -0,0 +1,36 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>The Cali by Sarimoko</title>
|
||||
<meta name="author" content="Sarimoko by Travis Reames">
|
||||
<meta name="description" content="A landing page to redirect people to Sarimoko's Discord server!">
|
||||
<meta name="keywords" content="sarimoko, sari, moko, sariboto, boto, cord, discord">
|
||||
<link rel="icon"
|
||||
type="image/png"
|
||||
href="https://en.gravatar.com/userimage/208570096/d7e3f1a8a1358a94a6a45ada4e2d7d51.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style type="text/css">
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Namebar + Elements -->
|
||||
<div class="namebar" id="namebar">
|
||||
<div class="irlname" id="irlname">
|
||||
<p>Sir Travis of Reames</p>
|
||||
</div>
|
||||
<div class="elementals" id="elementals">
|
||||
<!-- Maybe mouseover for social media think over for responsive -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- Card Artwork -->
|
||||
<div class="cardart" id="cardart"></div>
|
||||
<!-- Title Namebar -->
|
||||
<div class="title" id="title">
|
||||
<p>Content Creator at Sarimoko Productions</p>
|
||||
</div>
|
||||
<!-- Skills aka Projects & Subdomains -->
|
||||
<script>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue