-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
executable file
·27 lines (26 loc) · 1.17 KB
/
info.html
File metadata and controls
executable file
·27 lines (26 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Validator
</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="nav">
<a class="nav-link color" href="index.html">Validator</a>
<a class="nav-link color" href="how_to_use.html">How Does it Work</a>
<a class="nav-link active" href="info.html">Info</a>
<a class="nav-link color" href="privacy">Privacy</a>
</div>
<div class="howdoes">
<p>
This is a credit card validator webpage. I created this webpage as a project for the CS50 course.
This is part of the web tracks problem set called "homepage". If you feel that this website lacks something
please contact <a class="underline" href="mailto:nop3.one@gmail.com">me</a> if you have any recommendations.
</p>
<b>Thank you</b>
</div>
</body>
</html>