First commit. Taken from open source branch of internal sample-tracking application.
This commit is contained in:
30
resources/public/index.html
Executable file
30
resources/public/index.html
Executable file
@@ -0,0 +1,30 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user