We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae8168 commit f7274d9Copy full SHA for f7274d9
Source-Code/FAQApplication/index.html
@@ -0,0 +1,17 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>FAQ Application</title>
7
+ <link
8
+ rel="stylesheet"
9
+ href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
10
+ integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk"
11
+ crossorigin="anonymous"
12
+ />
13
+
14
+ <link rel="stylesheet" href="style.css" />
15
+ </head>
16
+ <body></body>
17
+</html>
Source-Code/FAQApplication/script.js
Source-Code/FAQApplication/style.css
0 commit comments