Skip to content

Commit f7274d9

Browse files
committed
Create a template for project
1 parent 8ae8168 commit f7274d9

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Source-Code/FAQApplication/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Whitespace-only changes.

Source-Code/FAQApplication/style.css

Whitespace-only changes.

0 commit comments

Comments
 (0)