-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 788 Bytes
/
Copy pathindex.html
File metadata and controls
17 lines (17 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<head>
<title>My First Webpage</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<div class="d-flex justify-content-center">
<h1> Welcome to my Portfolio Site </h1>
</div>
<h1> Portfolio Site </h1>
<h1> Articles </h1>
<div class="d-flex justify-content-center">
<a href="/MPEG-DASH" class="btn btn-primary">MPEG-DASH</a>
<a href="/OpenVPN" class="btn btn-primary">OpenVPN</a>
<a href="/Digital_Maps" class="btn btn-primary">Digital Maps</a>
<a href="/Media_Protocol_Chart" class="btn btn-primary">Media Protocol Chart</a>
</div>
</body>