16 lines
410 B
HTML
16 lines
410 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Jaggar</title>
|
|
<link href="/css/style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<p>Loading ClojureScript...</p>
|
|
</div>
|
|
|
|
<script src="/js/main.js" type="text/javascript"></script>
|
|
</body>
|
|
</html> |