-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.8 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
36
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="og:title" content="Research Title Generator">
<meta property="og:site_name" content="Research Title Generator">
<meta name="og:image" content="div6.jpg">
<meta name="og:description" content="This tool randomly generates research title ideas for your reference or inspiration. Currently, the generated titles are for senior highschool and college students">
<link rel="shortcut icon" type="x-icon" href="CM Logo.jpg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bakbak+One&family=Montserrat:wght@100&family=Moo+Lah+Lah&family=Open+Sans:wght@300;500;600;700&family=Poppins:wght@100;200;300;400;600;700&family=Raleway:wght@100&family=Shizuru&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/d5b7c2a01a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="script.js"></script>
<title>Capstone Title Generator</title>
</head>
<body>
<div class="main">
<h1>Capstone Title <strong>Generator</strong></h1>
<h2>
This tool randomly generates research title ideas for your reference or inspiration.
We’ll help you brainstorm great title ideas for your essay, research or speech in no time!
Currently, the generated titles are for <b>BSIT, BSCS, and BSIS</b> Major.
</h2>
<h2>Click the button below to get started.</h2>
<h3 id="answer"></h3>
<div class="btn">
<button onclick="newTitle()">Generate </button>
</div>
<h2 style="margin-bottom: 30px;">
Developed by ❤️ <b> Christian B. Medallada</b>
</h2>
</div>
</body>
</html>