-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1.36 KB
/
index.html
File metadata and controls
28 lines (25 loc) · 1.36 KB
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
<!DOCTYPE html>
<html lang="en" class="p-0">
<head>
<!-- GTM and Hotjar are loaded after cookie consent — see CookieConsent.vue -->
<script type="text/javascript" src="https://unpkg.com/default-passive-events"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Open Magnetics (OM) is a set of online tools for designing and simulating magnetics components, based on public scientific research and knowledge, stemming from the idea that all scientific knowledge is a fundamental right and should be accessible to the whole human race.">
<title>OpenMagnetics</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<style>
@keyframes bi-spin { to { transform: rotate(360deg); } }
.fa-spin { display: inline-block; animation: bi-spin 1s linear infinite; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-9x { font-size: 9em; }
.fa-1x { font-size: 1em; }
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>