-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (19 loc) · 884 Bytes
/
index.html
File metadata and controls
23 lines (19 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">
<h3>Will Kelsey doesn't currently have a home page, <a href="smith_chart">but he does have a smith chart tool here </a></h3>
<h3><a href="circuitSolver">And a circuit solver here </a></h3> -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>will-kelsey home page</title>
<link rel="canonical" href="https://www.will-kelsey.com/" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link href="circuitSolver/style.css" rel="stylesheet">
<script type="module" src="main.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>