mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-03-03 23:45:49 +01:00
13 lines
313 B
HTML
13 lines
313 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Tranga</title>
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<link rel="stylesheet" href="styles/index.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="index.jsx"></script>
|
|
</body>
|
|
</html> |