Difference between revisions of "Team:Hawaii/Gina"

Line 1: Line 1:
 +
{{Hawaii/All}}
 +
{{Hawaii/Navbar}}
 
<html>
 
<html>
 +
THIS IS WHERE HTML GOES
  
<!-- BODY START -->
+
<button id="button">HELLOOO</button>
<body>
+
  
<a href="http://google.com">This is a link</a>
 
 
 
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/92/three.js"></script>
 
<script src="app.js"></script>
 
</body>
 
<!-- BODY END -->
 
TESTING
 
 
<style>
 
<style>
body {
+
#button {
   margin: 0px;
+
   color: blue;
  width: calc(100vw);
+
  height: calc(100vh);
+
 
}
 
}
 
</style>
 
</style>
 +
 
<script>
 
<script>
 
 
</script>
 
</script>
 
 
 
</html>
 
</html>
 +
{{Hawaii/Footer}}

Revision as of 02:12, 22 June 2018

THIS IS WHERE HTML GOES