-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (31 loc) · 2.27 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Speech Olympiad stands as the flagship occasion hosted by the Gavel Club at the University of Moratuwa. As the sole English language speech competition within the university, it garners participants from all five faculties. Since its establishment in 2005, this event has progressively gained momentum, evolving into one of the most highly anticipated highlights on the university calendar. In an era where effective communication is paramount in any industry, Speech Olympiad championship has become a coveted goal pursued by all young undergraduates. The enthusiasm instilled by faculty members to engage their students in this competition has led to a consistent rise in participation from all academic departments. While the Speech Olympiad certainly boasts prestige, it transcends mere title-seeking; it provides a platform for personal growth and the potential to ignite transformative change not only within oneself but also among peers." />
<meta name="author" content="Gavel Mora Speech Olympiad Developers" />
<title>Speech Olympiad</title>
<!-- Bootstrap 5 CSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous" />
<script>
if (window.location.pathname === '/register') {
window.location.href = 'https://docs.google.com/forms/d/e/1FAIpQLSdv30IZK2_CYM3aceymDnHkUAcr_fiEdUIWxUcQUUsWE4qOjg/viewform';
}
</script>
</head>
<body>
<div id="app"></div>
<!-- Bootstrap 5 JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>