🎉 initial commit
This commit is contained in:
14
frontend/alpinejs/public/index.html
Normal file
14
frontend/alpinejs/public/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Handheld Emulation Devices Manager</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<script src="config.js"></script>
|
||||
<script src="main.js" defer></script>
|
||||
<script src="alpine.min.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user