forked from puzzledox/andrews891.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlink.html
More file actions
39 lines (35 loc) · 1.48 KB
/
Copy pathlink.html
File metadata and controls
39 lines (35 loc) · 1.48 KB
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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<title>Neuralink</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html">Elon Musk's contributions in CompSci</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="teslaautopilot.html">Tesla Autopilot</a>
</li>
<li class="nav-item">
<a class="nav-link" href="SpaceX.html">SpaceX</a>
</li>
<li class="nav-item">
<a class="nav-link" href="link.html">Neuralink</a>
</li>
</ul>
</div>
</nav>
<div style="padding: 10px 75px 10px 75px;;">
<h1>Neuralink</h1>
<p>liam should put text here</p>
<div class="dropdown-divider";></div>
<h3>Subheading</h3>
<p>liam should put more text here</p>
</div>
</body>
</html>