Skip to content

Commit

Permalink
Added title.
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Mar 22, 2020
1 parent 18972fd commit a60a5c4
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ThreeJS - OBJ Loader v2</title>
<style type="text/css">
body {
background:#fff;
padding:0;
margin:0;
overflow:hidden;
font-family:georgia;
text-align:center;
overscroll-behavior: none;
}
body {
background:#fff;
padding: 0;
margin: 0;
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

.info {
position: absolute;
top: 10px;
width: 100%;
text-align: center;
z-index: 100;
display:block;
}
canvas { display: block; pointer-events:none; }
</style>
<script src="js/three.min.js" type="text/javascript"></script>
Expand All @@ -24,6 +32,7 @@
<script src="main.js" type="text/javascript"></script>
</head>
<body onload="app()">
<!-- 3d object model will be rendered here -->
<!-- 3d object model will be rendered here -->
<h1 class="info">Staff of Kundun</h1>
</body>
</html>

0 comments on commit a60a5c4

Please sign in to comment.