mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
|
|
<title>Stacjownik</title>
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap" rel="stylesheet">
|
|
|
|
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-app.js"></script>
|
|
|
|
|
|
<script>
|
|
const firebaseConfig = {
|
|
apiKey: "AIzaSyBI36X2-p7vU1flxoJdCEc0noByyTe1mpw",
|
|
authDomain: "stacjownik-td2.firebaseapp.com",
|
|
databaseURL: "https://stacjownik-td2.firebaseio.com",
|
|
projectId: "stacjownik-td2",
|
|
storageBucket: "stacjownik-td2.appspot.com",
|
|
};
|
|
|
|
firebase.initializeApp(firebaseConfig);
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
|
|
properly without JavaScript enabled. Please enable it to
|
|
continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
|
|
</html> |