-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
32 lines (28 loc) · 1.65 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Explore 2D structural analysis directly in your web browser – tailored for students and educators alike. Solve beam and truss structures.">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="theme-color" content="#111133" />
<meta name="robots" content="index,follow">
<meta name="thumbnail" content="https://www.edubeam.app/download.png" />
<title>edubeam - Online Structural Analysis</title>
<!-- Facebook Open Graph -->
<meta property="og:title" content="edubeam - Online Structural Analysis">
<meta property="og:description" content="Explore 2D structural analysis directly in your web browser – tailored for students and educators alike. Solve beam and truss structures.">
<meta property="og:image" content="https://www.edubeam.app/download.png">
<meta property="og:url" content="https://www.edubeam.app">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:title" content="edubeam - Online Structural Analysis">
<meta name="twitter:description" content="Explore 2D structural analysis directly in your web browser – tailored for students and educators alike. Solve beam and truss structures.">
<meta name="twitter:image" content="https://www.edubeam.app/download.png">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>