Files
is-a-dev/index.html
T
SkyExploreWasTaken abb2d8e127 Add files via upload
2024-08-07 18:57:30 +02:00

37 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>SIE Website</title>
<meta charset="UTF-8">
<link href="styles.css" rel="stylesheet" type="text/css">
<link href="index.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
</head>
<div id="particles-js"></div> <!--<=The particles-js balise>=-->
<body>
<div class="header">
<button onclick="window.open('/')"><i class="fa-solid fa-house"></i>Home</button>
<p class="meyrin">Hello,</p>
<p>I'm <span class="code"><span class="blink italic"><=SkyIslandExplore>=</span></span></p>
<p class="desc" id="sewt-desc"></p>
</div>
<div class="footer">
<p class="Inter">
<i class="fa-solid fa-shield-halved" title="LICENSE"></i>
<a href="" class="l">SIE Website</a> by
<a href="https://github.com/SkyIslandExplore" target="_blank" rel="noopener"><span class="italic">SkyIslandExplore</span></a> is licensed under
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0" target="_blank" rel="noopener">
<span class="l">CC BY-NC-SA 4.0</span>
<img class="cc-img" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="">
<img class="cc-img" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="">
<img class="cc-img" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="">
<img class="cc-img" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="">
</a>
</p>
<br>
</div>
</body>
<script src="import.js"></script>
<script src="index.js"></script>
</html>