WEB124-repo/index.html

17 lines
461 B
HTML
Raw Normal View History

2025-02-26 19:23:36 -06:00
<!DOCTYPE html>
2025-02-27 14:55:22 -06:00
<!--
This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can
obtain one at https://mozilla.org/MPL/2.0/.
-->
2025-02-26 19:23:36 -06:00
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WEB124 &vert; Nicola Clark</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>