website/dev/index.html

16 lines
285 B
HTML
Raw Normal View History

2024-09-16 19:57:02 -03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jabuxas main page</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<h1>hello world</h1>
</body>
</html>