bitque/jirs-client/js/template.html

16 lines
413 B
HTML
Raw Normal View History

<!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">
<title>JIRS</title>
2020-06-10 22:11:51 +02:00
<link href="/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<main id="app"></main>
2020-06-10 22:11:51 +02:00
<script src="/index.js" type="module"></script>
</body>
</html>