71 lines
2.6 KiB
HTML
71 lines
2.6 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<!-- Web crawler and search indexing meta -->
|
||
|
<meta charset="utf-8"/>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
<meta name="author" content="admin@allaroundhere.org"/>
|
||
|
<meta name="description" content=""/>
|
||
|
<meta name="keywords" content=""/>
|
||
|
|
||
|
<title>AllAroundHere</title>
|
||
|
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/e-b-sm.png">
|
||
|
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enp.one/img/logos/e-b-sm.png">
|
||
|
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="32x32">
|
||
|
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="16x16">
|
||
|
|
||
|
<link rel="stylesheet" href="css/style.css">
|
||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||
|
|
||
|
<script type="text/javascript" src="js/custom.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body onload="setBackground()">
|
||
|
<div id="background-image"></div>
|
||
|
|
||
|
<div id="content">
|
||
|
<img id="logo" src="https://cdn.enp.one/img/logos/aah-md.jpg"/>
|
||
|
|
||
|
<h1>AllAroundHere</h1>
|
||
|
|
||
|
<p>
|
||
|
<span class="tape-over">
|
||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||
|
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
|
||
|
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||
|
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
|
||
|
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
|
||
|
culpa qui officia deserunt mollit anim id est laborum.
|
||
|
</span>
|
||
|
</p>
|
||
|
|
||
|
<ul class="buttons">
|
||
|
<li>
|
||
|
<a class="button-youtube" href="https://www.youtube.com/channel/UCnJum8qCKlz36SzSsSeZy1w">
|
||
|
<i class="fab fa-youtube"></i>
|
||
|
Youtube
|
||
|
</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a class="button-instagram" href="https://www.instagram.com/allaroundhere/">
|
||
|
<i class="fab fa-instagram"></i>
|
||
|
Instagram
|
||
|
</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a class="button-twitter" href="https://twitter.com/AllAroundHere1">
|
||
|
<i class="fab fa-twitter"></i>
|
||
|
Twitter
|
||
|
</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="footer">
|
||
|
©2020
|
||
|
<a href="https://enpaul.net/" target="_blank">E.N.Paul</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|