-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path6_1)Confessions.html
32 lines (30 loc) · 1.16 KB
/
6_1)Confessions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="6_2)Confessions.css">
<script src="https://www.gstatic.com/firebasejs/5.8.6/firebase.js"></script>
</head>
<body>
<form id="confess-here">
<label for="Confess">
<h1>Say something..</h1>
</label>
<input type="text" name="story" id="story" size="100">
<button class="button" formaction="5_1)victimoptions.html"> SUBMIT </button>
</form>
</body>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyDLzdAU_y2t9oorEOO57ghx8ZQ4IqyDqcA",
authDomain: "women-techies.firebaseapp.com",
databaseURL: "https://women-techies.firebaseio.com",
projectId: "women-techies",
storageBucket: "women-techies.appspot.com",
messagingSenderId: "854807333718"
};
firebase.initializeApp(config);
const db=firebase.firestore();
</script>
<script src="6_3)Confessions.js"></script>
</html>