mirror of
https://github.com/RedGrox2013/AloeGames-Site.git
synced 2026-09-18 19:55:36 +00:00
19 lines
475 B
HTML
19 lines
475 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>
|
|
|
|
<section class="hero">
|
|
<h1>To be continue...</h1>
|
|
</section>
|
|
|
|
<script src="../js/animation.js"></script>
|
|
</body>
|
|
</html> |