gadgetobrr/examples/content/index.html

11 lines
218 B
HTML
Raw Normal View History

2024-04-16 06:58:24 +02:00
<!DOCTYPE html>
<html>
<head>
<title>gadgetobrr</title>
<script src="/script.js" defer="defer"></script>
<link rel="stylesheet" href="/style.css">
</head>
<body>
</body>
</html>