-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformsubmit.html
More file actions
65 lines (56 loc) · 3.03 KB
/
formsubmit.html
File metadata and controls
65 lines (56 loc) · 3.03 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VaultDB.ai: Form Submitted</title>
<meta name= “robots” content=noindex, nofollow”>
<meta name= “robots” content=noindex, follow”>
<meta name= “robots” content=index, nofollow”>
<meta property=”og:title” content="VaultDB.ai: Secure Inprocess database and cloud DataHub for IOT and Modeling"/>
<meta property=”og:description” content="Secure Inprocess database and cloud DataHub for IOT and Modeling"/>
<meta property=”og:type” content="Database, DataHub, IO, AI Modeling"/>
<meta property=”og:image” content="img/v-logo.png"/>
<meta property=”og:url” content="http://vaultdb.ai"/>
<meta property=”og:site_name” content="VaultDB.ai"/>
<!--meta name+" keywords" content=" keywords go here"/-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- favicon -->
<link rel="icon" type="image/png" href="img/v-logo.png" />
<!-- animation -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- css file -->
<link rel="stylesheet" href="css/form.css">
</head>
<body>
<div class="card">
<div class="header">
<div class="image">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path d="M20 7L9.00004 18L3.99994 13" stroke="#000000" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
</g>
</svg>
</div>
<div class="content">
<span class="title">Form Submitted</span>
<p class="message" style="text-transform: capitalize;">your form has been successfully submitted</p>
</div>
<div class="actions">
<a class="history" type="button" href="index.html">Close</a>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
</html>