startit/JS_freecodecamp/index.htm
Geir Okkenhaug Jerstad 2507b3f198 typo
2024-08-09 13:10:08 +02:00

14 lines
297 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href=""/>
<script src="script.js"></script>
</head>
<body>
Hello World!
</body>
</html>