mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2026-01-05 17:33:46 +00:00
Refactor
This commit is contained in:
13
search.html
13
search.html
@@ -1,10 +1,18 @@
|
||||
<!--
|
||||
search.html
|
||||
altsource-viewer (https://github.com/therealFoxster/altsource-viewer)
|
||||
|
||||
Copyright (c) 2023 Foxster.
|
||||
MIT License.
|
||||
-->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/shared.css">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="css/search.css">
|
||||
<title>AltSource Viewer</title>
|
||||
</head>
|
||||
@@ -68,7 +76,6 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/shared.js"></script>
|
||||
<script src="js/search.js"></script>
|
||||
<script src="js/search.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user