Skip to content

Commit

Permalink
Updating frontend to get rid of preset
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerSchultz2006 committed Oct 24, 2023
1 parent c369256 commit bf0a186
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@
</head>
<body>
<div id="message">
<h2>Welcome</h2>
<h1>Firebase Hosting Setup Complete</h1>
<p>You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!</p>
<a target="_blank" href="https://firebase.google.com/docs/hosting/">Open Hosting Documentation</a>
<h2>Welcome to Single Log Read/Write</h2>
</div>
<p id="load">Firebase SDK Loading&hellip;</p>

<script>
document.addEventListener('DOMContentLoaded', function() {
const loadEl = document.querySelector('#load');
Expand Down

0 comments on commit bf0a186

Please sign in to comment.