2020-05-19 11:55:55 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="icon" href="/favicon.png">
|
2020-06-02 18:59:21 +02:00
|
|
|
<link href="/logo2.svg" rel="icon">
|
2020-05-19 11:55:55 +02:00
|
|
|
<title>JIRS</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/styles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main id="app"></main>
|
|
|
|
<script type="module" src="/index.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|