-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (30 loc) · 850 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CRC Generator App</title>
<link rel="stylesheet" href="./styler.css" />
</head>
<body>
<!-- Particles.js div -->
<div id="particles-js">
<div class="heading">
<h2>WELCOME GUEST USER</h2>
<h3>
Please select your requirement
</h3>
</div>
<div class="btnDiv1">
<button class="firstbtns"><a href="CoverLetter/Cover Letter Form.html" >Cover Letter</a></button><br>
<button class="firstbtns"><a href="resume.html">Resume</a></button><br>
<button class="firstbtns"><a href="CV/cv.html" >Cirruculum vitae</a></button>
</div>
</div>
<!-- Import Particles.js and app.js files -->
<script src=
"particles.js">
</script>
<script src=
"app.js">
</script>
</body>
</html>