Skip to content

Commit

Permalink
Finalized For Production
Browse files Browse the repository at this point in the history
Everything set and ready to go
  • Loading branch information
AeroAndZero authored Apr 29, 2019
1 parent b4c1cf3 commit 1789776
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 218 deletions.
6 changes: 3 additions & 3 deletions ViewSubmissions.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<title>Submissions</title>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"></script>
Expand Down
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<html>
<head>
<title>Game Time!</title>
<title>Gift Submisson</title>

<!--------------- Styles And Stuff -------------------------->
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="viewport" content=" user-scalable=0" />
<meta name="theme-color" content="#FFFF00" />
<meta name="msapplication-navbutton-color" content="#FFFF00">
<meta name="apple-mobile-web-app-status-bar-style" content="#FFFF00">

<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
Expand Down Expand Up @@ -68,7 +67,7 @@
<div class="bottomDiv">

<div id="sketchcontainer" align="center">
<script src="sketch.js?ver=1.2"></script>
<script src="sketch.js"></script>
</div>

</div>
Expand Down
Loading

0 comments on commit 1789776

Please sign in to comment.