31 lines
815 B
HTML
Executable File
31 lines
815 B
HTML
Executable File
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<title>PICI Sample Tracking</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="/css/app.css" rel="stylesheet">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
</head>
|
|
|
|
<body>
|
|
<main role="main" class="main">
|
|
<div id="app"></div>
|
|
</main>
|
|
|
|
<script src="/cljs-out/main.js" type="text/javascript"></script>
|
|
<script>
|
|
org.parkerici.sample_tracking.core.init();
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|