30 lines
725 B
HTML
30 lines
725 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" href="/assets/css/main.css">
|
|
|
|
<title>Games | Polaris</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="content">
|
|
<h1>Games</h1>
|
|
|
|
<div class="games">
|
|
<div class="game">
|
|
<img src="game_img.png">
|
|
<h3>Title</h3>
|
|
<span>Description</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="/assets/js/main.js" type="module"></script>
|
|
</body>
|
|
|
|
</html> |