2021-06-21 18:14:57 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
2021-06-22 21:59:12 +00:00
|
|
|
<title>Coke Bottle Glasses</title>
|
2021-06-21 18:14:57 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<link rel="shortcut icon" href="favicon.ico?v=1" type="image/x-icon">
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css?v=1">
|
|
|
|
<script src='base.js?v=4'></script>
|
|
|
|
<script src='nouns.js?v=1'></script>
|
|
|
|
|
|
|
|
<script>
|
2021-06-22 21:59:12 +00:00
|
|
|
window.onload = function() {
|
2021-06-21 18:14:57 +00:00
|
|
|
M.init()
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id='inputs'>
|
2021-06-22 21:57:56 +00:00
|
|
|
<input type='number' max='9999' min='0' id='numb' value='89' title='Page'>
|
2021-06-21 18:14:57 +00:00
|
|
|
<input type='text' id='filter' placeholder='Filter'>
|
|
|
|
<div class='flex_row_center'>
|
|
|
|
<div>Exact:</div>
|
|
|
|
<input id='exact_filter' type='checkbox'>
|
|
|
|
<div class='separator'>|</div>
|
|
|
|
<div id='clear_filter' class='pointer'>Clear</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id='list'></div>
|
|
|
|
</body>
|
|
|
|
</html>
|