rocket-3d/templates/index.html

12 lines
355 B
HTML
Raw Normal View History

2021-07-21 16:08:35 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="assets/index.css" />
</head>
<body>
<h1>Index Html Test</h1>
</body>
</html>