mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
21 lines
498 B
HTML
21 lines
498 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" />
|
||
|
|
||
|
<!-- CSS styles -->
|
||
|
<link rel="stylesheet" href="../css/index.css">
|
||
|
|
||
|
<!-- JS scripts -->
|
||
|
<script src="../js/index.js"></script>
|
||
|
|
||
|
<title>Hello World</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1 class="greeting"></h1>
|
||
|
</body>
|
||
|
</html>
|