mirror of
https://github.com/gab9281/MakeItAsSet.git
synced 2026-01-02 17:28:25 -05:00
19 lines
No EOL
368 B
HTML
19 lines
No EOL
368 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>Select Your Character!</title>
|
|
<meta name="description" content="Promotional character select screen">
|
|
<meta name="author" content="gab9281">
|
|
|
|
<link rel="stylesheet" href="styles.css?v=1.0">
|
|
|
|
<script src="script.js" defer></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html> |