-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexEnd.html
37 lines (31 loc) · 1.01 KB
/
indexEnd.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
37
<!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>THANK YOU GUEST USER</h2>
<h3>
For sending document, Please select from the given options
</h3>
</div>
<div class="btnDiv1">
<button class="firstbtns"><a href="https://accounts.google.com/" target="_blank">GMAIL</a></button><br>
<button class="firstbtns"><a href="https://outlook.office.com/" target="_blank" >OUTLOOK</a></button><br>
<button class="firstbtns"><a href="https://login.yahoo.com/" target="_blank" >YAHOO</a></button><br>
<button class="firstbtns"><a href="https://www.google.com/" target="_blank" >OTHERS</a></button><br>
</div>
</div>
<!-- Import Particles.js and app.js files -->
<script src=
"particles.js">
</script>
<script src=
"app.js">
</script>
</body>
</html>