Added titles

master
byYottaFLOPS 2017-02-04 20:12:35 +01:00
parent 2e986da841
commit 81e0c7ce4f
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<html>
<head>
<title>Contact</title>
<script src='https://www.google.com/recaptcha/api.js'></script>
<link rel="stylesheet" href="main.css"/>
<link rel="stylesheet" href="form.css"/>

View File

@ -1,5 +1,6 @@
<html>
<head>
<title>Download</title>
<link rel="stylesheet" href="main.css"/>
<style>
td {

View File

@ -1,5 +1,6 @@
<html>
<head>
<title>Home</title>
<link rel="stylesheet" href="main.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="notify.js"></script>

View File

@ -1,5 +1,6 @@
<html>
<head>
<title>Submit Mod</title>
<link rel="stylesheet" href="main.css"/>
<link rel="stylesheet" href="form.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>