mirror of
https://github.com/RedGrox2013/AloeGames-Site.git
synced 2026-09-18 19:55:36 +00:00
27 lines
665 B
HTML
27 lines
665 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" href="../images/favicon.ico">
|
|
<link rel="stylesheet" href="../css/style.css">
|
|
<title>AloeGames Projects</title>
|
|
</head>
|
|
<body>
|
|
<canvas id="bgCanvas"></canvas>
|
|
|
|
<header>
|
|
<div class="header-left">
|
|
<a class="header-button" href="../">
|
|
<img src="../images/logo.png">
|
|
</a>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="hero">
|
|
<h1>To be continue...</h1>
|
|
</section>
|
|
|
|
<script src="../js/animation.js"></script>
|
|
</body>
|
|
</html> |