FEWD-CTEC3905/index.html

16 lines
325 B
HTML
Raw Normal View History

2024-02-04 16:29:54 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-02-04 17:38:13 +00:00
<title>P2672045</title>
2024-02-04 16:29:54 +00:00
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Hello World</h1>
<script src="js/scripts.js"></script>
</body>
</html>