probo_exp/frontend/index.html

14 lines
328 B
HTML
Raw Permalink Normal View History

2023-04-18 10:59:36 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="./src/style.css" rel="stylesheet">
<title>probo_exp</title>
</head>
<body>
<div id="app"></div>
<script src="./src/main.ts" type="module"></script>
</body>
</html>