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