1

Added title to window

This commit is contained in:
Jake Howard 2015-11-04 18:12:56 +00:00
parent b2b49028dd
commit ddee0ee977

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Hello World!</title> <title>Keyboard Mechanizer</title>
<link rel="stylesheet" href="css/style.css" /> <link rel="stylesheet" href="css/style.css" />
</head> </head>
<body> <body>