Skip to content

Instantly share code, notes, and snippets.

@Darmaal
Created November 15, 2017 06:52
Show Gist options
  • Save Darmaal/2e0b399e8b2da7cc1c3e140baf679b61 to your computer and use it in GitHub Desktop.
Save Darmaal/2e0b399e8b2da7cc1c3e140baf679b61 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Firebase Web Basics</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://use.fontawesome.com/939e9dd52c.js"></script>
<script
src="https://code.jquery.com/jquery-3.2.1.js"
integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE="
crossorigin="anonymous"></script>
</head>
<body>
<div class="mainDiv" align="center">
<!-- <h1 align="left">Firebase Web App</h1>
<textarea id="mainText" placeholder="Enter text here..."></textarea>
<button id="submitBtn" onClick="doSubmit()"><i class="fa fa-arrow-right" aria-hidden="true"></i></button> -->
<script src="index.js"></script>
<table>
<thead> <tr> <td>Name</td> <td>gender</td> <td>action</td> </tr> </thead>
<tbody id="table_body"></tbody>
</table>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment