-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpage2.html
More file actions
20 lines (20 loc) · 970 Bytes
/
Copy pathpage2.html
File metadata and controls
20 lines (20 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<h2 style="font-weight: 150; text-align: center;">More Information</h2>
<title>More Information</title>
</head>
<link rel="stylesheet" type="text/css" href="style.css">
<a href="frontEnd.html">HOME PAGE</a>
<body>
<!-- Page content goes here -->
<section>
<div id="header4">
<h4 style="text-align: center;"> Welcome to <strong>Safer Tomorrow</strong>, a website that shows you the safeness of your city. The goal of the website
is to show the safety trends of the cities that are input. Data from the website comes directly from the FBI's
official data on criminal activity. As of right now, the database is limited to Texas cities only. Our algorithm, developed
based off the justice system and criminal punishment in the US, takes in data and spits out a score. The higher the score, the safer the city!</h4>
</div>
</section>
</body>
</html>