17 lines
No EOL
317 B
HTML
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> |