Szakdolgozat/src/index.html

23 lines
952 B
HTML
Raw Normal View History

2020-11-24 20:54:32 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Szakdolgozat</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2020-12-10 18:08:35 +00:00
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
2020-11-24 20:54:32 +00:00
</head>
2020-12-10 18:08:35 +00:00
<body class="mat-typography">
2020-11-24 20:54:32 +00:00
<app-root></app-root>
<!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services -->
<!-- Firebase App (the core Firebase SDK) is always required and must be listed first -->
<script src="/__/firebase/8.1.2/firebase-app.js"></script>
<!-- Add Firebase products that you want to use -->
<script src="/__/firebase/8.1.2/firebase-auth.js"></script>
<script src="/__/firebase/8.1.2/firebase-firestore.js"></script>
2020-11-24 20:54:32 +00:00
</body>
</html>