ConceptCreator/src/index.html

17 lines
539 B
HTML
Raw Normal View History

2024-01-26 23:07:40 +01:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Angular Electron</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/icons/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="mat-typography">
<app-root>Loading...</app-root>
</body>
</html>