liberty-hu/public/index.html

17 lines
504 B
HTML
Raw Normal View History

2023-08-18 11:02:12 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer" />
<title>Liberty Hu!</title>
2023-08-18 11:02:12 +02:00
<link rel="stylesheet" href="./css/app.css" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app" classs="bg-gray-900"></div>
<script src="/js/main.js"></script>
</body>
</html>