derw-lang/index.html

15 lines
298 B
HTML
Raw Normal View History

2024-11-28 23:25:40 -05:00
<!DOCTYPE html>
<html>
<head>
2024-11-29 20:09:54 -05:00
<script src='/js/index.mjs' type='module'></script>
2024-11-29 21:04:43 -05:00
<link rel='stylesheet' href='/css/main.css'>
2024-11-28 23:25:40 -05:00
</head>
<body>
2024-11-30 04:36:07 -05:00
<div class='menu-left'>
2024-11-28 23:25:40 -05:00
2024-11-30 04:36:07 -05:00
</div>
<div class='menu-right'>
</div>
2024-11-28 23:25:40 -05:00
</body>
</html>