startit/JS_freecodecamp/index.htm

14 lines
297 B
HTML
Raw Normal View History

2024-08-09 10:23:56 +02:00
<!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>
2024-08-09 13:08:55 +02:00
Hello World!
2024-08-09 10:23:56 +02:00
</body>
</html>