We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1d6f4 commit 382ec55Copy full SHA for 382ec55
index.html
@@ -1,6 +1,8 @@
1
<!DOCTYPE html>
2
-<html>
+<html lang="en">
3
<head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata" type="text/css">
7
<style>
8
.middle-road {
@@ -22,6 +24,10 @@
22
24
}
23
25
</style>
26
<title>Steve Roderick</title>
27
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"
28
+ rel="stylesheet"
29
+ integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
30
+ crossorigin="anonymous">
31
</head>
32
<body>
33
<h1 class="middle-road">Steve Roderick</h1>
0 commit comments