forked from physicshub/physicshub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (39 loc) · 2.22 KB
/
index.html
File metadata and controls
46 lines (39 loc) · 2.22 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<!-- Base SEO essentials -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Physics Portal – Free Physics Simulations</title>
<meta name="description" content="Learn physics with simulations, interactive tools and free resources for students, educators, and science lovers." />
<meta name="keywords" content="physics, science, education, portal, learning, research, simulations, free" />
<meta name="author" content="mattqdev" />
<!-- Robots -->
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://physicshub.github.io/" />
<meta property="og:title" content="Physics Portal – Free Physics Simulations" />
<meta property="og:description" content="Learn physics with simulations, interactive tools and free resources for students, educators, and science lovers." />
<meta property="og:image" content="https://github.com/PhysicsHub/physicshub.github.io/blob/main/public/Thumbnail.png?raw=true" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://physicshub.github.io/" />
<meta name="twitter:title" content="Physics Portal – Free Physics Simulations" />
<meta name="twitter:description" content="Learn physics with simulations, interactive tools and free resources for students, educators, and science lovers." />
<meta name="twitter:image" content="https://github.com/PhysicsHub/physicshub.github.io/blob/main/public/Thumbnail.png?raw=true" />
<!-- Canonical URL -->
<link rel="canonical" href="https://physicshub.github.io/" />
<!-- Favicon -->
<link rel="icon" href="./public/Logo.png" type="image/x-icon" />
<!-- Styles -->
<link rel="stylesheet" href="/src/styles/index.css" />
<!-- Additional SEO enhancements -->
<meta name="theme-color" content="#ffffff" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>