Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite62d161

Browse files
clean files 2
1 parentad2a96d commite62d161

File tree

9 files changed

+38
-34
lines changed

9 files changed

+38
-34
lines changed

‎projects/Navbar-project/index.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

‎projects/navbar/index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<metacharset="UTF-8"/>
5+
<metahttp-equiv="X-UA-Compatible"content="IE=edge"/>
6+
<metaname="viewport"content="width=device-width, initial-scale=1.0"/>
7+
<title>Navbar project</title>
8+
<link
9+
rel="stylesheet"
10+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
11+
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
12+
crossorigin="anonymous"
13+
/>
14+
<linkrel="stylesheet"href="styles.css"/>
15+
</head>
16+
<body>
17+
<nav>
18+
<divclass="nav-main">
19+
<divclass="nav-header">
20+
<imgsrc="./logo.svg"alt="logo"/>
21+
<iclass="fa fa-bars"aria-hidden="true"></i>
22+
</div>
23+
<ulclass="menu">
24+
<li>
25+
<ahref="#">Home</a>
26+
</li>
27+
<li>
28+
<ahref="#">About</a>
29+
</li>
30+
<li>
31+
<ahref="#">Contact</a>
32+
</li>
33+
</ul>
34+
</div>
35+
</nav>
36+
<scriptsrc="index.js"></script>
37+
</body>
38+
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp