Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley A. Thornton committed Oct 2, 2016
1 parent bfead3e commit 5c06ce4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion fullscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="robots" content="index,follow">
<meta name="description" content="decent looking diagrams for engineers">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />

<link rel="icon"
type="image/png"
Expand Down Expand Up @@ -35,9 +38,17 @@
<script type="text/javascript" src="build/js/dld4e-process.js"></script>
<script type="text/javascript" src="build/js/app.js"></script>


<style>
html, body {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
}
</style>
</head>
<body>

<div class="drawing" id="svg"></div>
</body>
<script type="text/javascript">
Expand Down

0 comments on commit 5c06ce4

Please sign in to comment.