gum-js/public/index.html
2023-12-08 12:26:58 +01:00

17 lines
No EOL
317 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1.0, initial-scale=1.0">
<script src="/main.js" type="text/javascript"></script>
<link rel="stylesheet" href="style.css">
<title>javascripting(tm)</title>
</head>
<body>
<main>
</main>
</body>
</html>