Skip to content

Commit d992cb3

Browse files
committed
minor changes
Fixes typo in recruitment portal and changes the title of all the pages.
1 parent d4edf42 commit d992cb3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
1313

14-
<title>Open Source Club | Recruitment From</title>
14+
<title>Open-Source Club | Recruitment Form</title>
1515
</head>
1616
<body>
1717
<script type="text/javascript">

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Loading...</title>
6+
<title>Open-Source Club</title>
77
<style>
88
body {
99
background-color: #222;

templates/recruitment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Loading...</title>
6+
<title>Open-Source Club | Recruitment Portal</title>
77
<style>
88
body {
99
background-color: #222;

templates/submission.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Loading...</title>
6+
<title>Submission Status</title>
77
<style>
88
body {
99
background-color: #222;

0 commit comments

Comments
 (0)