2015-05-13 15:20:09 -07:00
|
|
|
<!doctype html>
|
2015-03-10 17:34:13 -07:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2015-05-13 15:20:09 -07:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
2015-03-27 14:21:30 -07:00
|
|
|
<title>Echo</title>
|
2015-05-13 15:20:09 -07:00
|
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2015-03-10 17:34:13 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-05-13 15:20:09 -07:00
|
|
|
<h1>Echo!</h1>
|
|
|
|
<script src="/scripts/main.js"></script>
|
2015-03-10 17:34:13 -07:00
|
|
|
</body>
|
|
|
|
</html>
|