website/index.html
codedotjs dee7963e36
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
linked main.css
2022-07-08 21:29:47 +02:00

13 lines
274 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/main.css">
<title>codedotjs</title>
</head>
<body>
<h1>codedotjs</h1>
<p>This is my website. In the moment there is not much to see here.</p>
</body>
</html>