You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
598 B
17 lines
598 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>History</title>
|
|
<link rel="stylesheet" type="text/css" href="static/style.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
|
|
<script
|
|
src="http://code.jquery.com/jquery-3.1.1.js"
|
|
integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA="
|
|
crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="static/history_script.js"></script>
|
|
</head>
|
|
<body>
|
|
<input type="text" name="search" class="search-bar">
|
|
</body>
|
|
</html> |