12 lines
247 B
HTML
12 lines
247 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf8">
|
|
<title>Lexy's Labyrinth</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script type="module" src="js/main.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|