build0006
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Nyako Page</title>
|
||||
<link rel="stylesheet" href="./static/style.css">
|
||||
<link rel="stylesheet" href="/statics/style.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<!--
|
||||
<meta name="viewport" content="height=device-height">
|
||||
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="maindiv">
|
||||
<img src="./static/head2.png" alt="Head Image">
|
||||
<img src="/statics/head2.png" alt="Head Image">
|
||||
<div id="bodydiv">
|
||||
<div class="titlediv">
|
||||
<h1><code>Local Search Engine</code></h1>
|
||||
|
||||
Reference in New Issue
Block a user