mirror of https://github.com/percyliang/sempre
18 lines
486 B
HTML
18 lines
486 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="display.css">
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
<script type="text/javascript" src="display.js"></script>
|
|
<title>Wikipedia Display</title>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<p><input type="text"></input><button type="button">Go</button></p>
|
|
<h1 id="title"></h1>
|
|
<div id="subtitle"></div>
|
|
</div>
|
|
<div id="webpage"></div>
|
|
</body>
|
|
</html>
|