2020-03-30 08:16:26 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2020-03-30 14:26:25 +02:00
|
|
|
<link rel="icon" href="/favicon.png">
|
2020-03-30 08:16:26 +02:00
|
|
|
<title>JIRS</title>
|
2020-05-02 00:12:47 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/styles.css" >
|
2020-03-30 08:16:26 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main id="app"></main>
|
|
|
|
</body>
|
|
|
|
</html>
|