-
Notifications
You must be signed in to change notification settings - Fork 2
/
head.js
17 lines (15 loc) · 913 Bytes
/
head.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
document.write(
`
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Husky Satellite Lab is taking the University of Washington to space.">
<meta name="author" content="Husky Satellite Lab">
<meta name="keywords" content="CubeSat, undergraduate, research, team, science, orbit, spacecraft, launch">
<link rel="stylesheet" href="/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,600;0,700;1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<meta property="og:image" content="/images/hsl-logo-no-text-bw.png">
`
);