Files
mainwebsite/helloworld/index.html
2021-02-22 10:10:15 +01:00

6 lines
146 B
HTML

<html>
<link href="css/index.html.css" rel="stylesheet" type="text/css">
<body>
<p class="lap">Hello world</p>
</body>
</html>