-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebinar-subscribed.html
More file actions
36 lines (29 loc) · 1011 Bytes
/
webinar-subscribed.html
File metadata and controls
36 lines (29 loc) · 1011 Bytes
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
---
title: Subscribe to Webinars about Rocket.Chat
permalink: "/webinar-subscribed/"
layout: en/default
theme: dark
class: install
redirect_from:
- "/webinars-subscribed/"
---
<div class="container">
<div class="flex-grid--nobreak">
<div class="no-gutter align--center" style="width:100%;">
<h2 class="display theme_type--dark"><strong>Thanks for Registering!</strong></h2>
<img src="{{'/images/webinars/launching.png' | relative_url}}" alt="Thanks for Registering" style="margin:auto;">
<p>
Thanks for subscribing to our webinar.<br>
You will receive an email with the access URL before the webinar begins.<br><br>
<strong> IF YOU DON'T RECEIVE THE E-MAIL</strong>, please check your spam folder.
</p>
<button class="button" onclick="goBack()">Go Back</button>
<script>
function goBack() {
window.history.back();
}
</script>
</div>
</div>
</div>
<div class="space--4"></div>