-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
45 lines (39 loc) · 1.22 KB
/
main.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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<section class="ticket-confirmation">
<article class="logo-two">
<img src="assets\images\logo-full.svg" alt="design two full logo">
</article>
<article>
<p>Congrats, <!-- Full Name -->! </p>
<p>Your ticket is ready.</p>
</article>
<article>
<p>
We've emailed your ticket to <!-- Email Address --> and will send updates in the run up to the event.
</p>
</article>
<article>
<aside>
<img src="assets\images\pattern-ticket.svg" alt="ticket design">
</aside>
<aside>
<img src="assets\images\logo-mark.svg" alt="incomplete logo">
<p> Coding Conf</p>
<p>Jan 31, 2025 / Austin, TX</p>
</aside>
<aside>
<img src="assets\images\image-avatar.jpg" alt="image avatar">
<p>Jonathan Kristof</p>
<p>jonahtankristof0101</p>
</aside>
</article>
</section>
</body>
</html>