Skip to content

Commit 2b2ac58

Browse files
committed
add box icon hamburger menu
1 parent 618af6c commit 2b2ac58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

formapi/formAPI.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@
55
<title>Form API</title>
66
<link rel="stylesheet" href="css/style.css">
77
<link rel="icon" type="image/x-icon" href="favicon/favicon.ico"><!--Link to favicon-->
8+
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'><!--Link to boxicons--><!--Link to boxicons-->
89
<script src="scripts/script.js"></script><!--Link to script file-->
910
</head>
1011
<body>
1112
<header>
1213
<h1>Form API</h1>
14+
15+
<!--Insert hamburger menu-->
16+
<i class='bx bx-menu'></i>
1317
</header>
1418
<main>
1519
<!--Insert form here-->

0 commit comments

Comments
 (0)