mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-10-31 19:36:39 -07:00
14 lines
309 B
HTML
14 lines
309 B
HTML
|
<!DOCTYPE html>
|
|||
|
|
|||
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|||
|
<head>
|
|||
|
<meta charset="utf-8" />
|
|||
|
<title>Westeroscraft Launcher</title>
|
|||
|
<script src="./assets/js/script.js"></script>
|
|||
|
<link type="text/css" rel="stylesheet" href="./assets/css/styles.css">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|