Skip to content

Commit 382ec55

Browse files
boostrap
1 parent 0e1d6f4 commit 382ec55

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
46
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata" type="text/css">
57
<style>
68
.middle-road {
@@ -22,6 +24,10 @@
2224
}
2325
</style>
2426
<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">
2531
</head>
2632
<body>
2733
<h1 class="middle-road">Steve Roderick</h1>

0 commit comments

Comments
 (0)