We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618af6c commit 2b2ac58Copy full SHA for 2b2ac58
formapi/formAPI.html
@@ -5,11 +5,15 @@
5
<title>Form API</title>
6
<link rel="stylesheet" href="css/style.css">
7
<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-->
9
<script src="scripts/script.js"></script><!--Link to script file-->
10
</head>
11
<body>
12
<header>
13
<h1>Form API</h1>
14
+
15
+ <!--Insert hamburger menu-->
16
+ <i class='bx bx-menu'></i>
17
</header>
18
<main>
19
<!--Insert form here-->
0 commit comments