Fantastic/main_view.html

15 lines
435 B
HTML
Raw Normal View History

2022-05-02 01:16:30 +01:00
<html>
<head>
<link rel="stylesheet" href="/steam_resource/css/2.css">
<link rel="stylesheet" href="/steam_resource/css/39.css">
<link rel="stylesheet" href="/steam_resource/css/library.css">
<script src="/static/library.js"></script>
2022-05-02 01:21:57 +01:00
<script>
async function onload() {}
</script>
2022-05-02 01:16:30 +01:00
</head>
2022-05-02 01:21:57 +01:00
<body onload="onload()">
2022-05-02 01:16:30 +01:00
<h2>Hello World</h2>
</body>
2022-05-02 01:21:57 +01:00
</html>