-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew_project.html
37 lines (32 loc) · 1.19 KB
/
new_project.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!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="icon" href="/2022_javascript/11234.png"
type="image/x-icon">
<link rel="stylesheet" href="/2022_javascript/new_project.css">
<title>XYZ</title>
</head>
<body>
<nav id="a">
<span onclick="c()">☰</span>
<ul id="a1">
<img style="width: 6em;" src="/2022_javascript/logoimg.png" alt="img">
<a href="#"><il><span> ☖ </span>About</il></a>
<a href="#"><il><span> ☘</span>Product</il></a>
<a href="#"><il><span> ☁ </span>Service</il></a>
<a href="#"><li><span> ☎ </span>Contact us</li></a>
<input id="in" type="text" placeholder="search..."></input><button>search</button>
</ul>
</nav>
<div id="b">
<div class="b1">
<span id="sp1">←</span>
<span id="sp2"></span>
</div>
</div>
</body>
<script src="/2022_javascript/new_project.js"></script>
</html>