Skip to content

Commit 6d5fe51

Browse files
authored
Added script
1 parent b3428e0 commit 6d5fe51

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

assets/about/about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="stylesheet" href="../../style.css">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
12+
<script src="https://kit.fontawesome.com/4cf6385dfa.js" crossorigin="anonymous"></script>
1213
<title>Eventica | About</title>
1314
</head>
1415

assets/contact/contact.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="stylesheet" href="../../style.css">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
12+
<script src="https://kit.fontawesome.com/4cf6385dfa.js" crossorigin="anonymous"></script>
1213
<title>Eventica | Contact Us</title>
1314
</head>
1415

assets/contributors/contributor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="stylesheet" href="./contributor.css">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
12+
<script src="https://kit.fontawesome.com/4cf6385dfa.js" crossorigin="anonymous"></script>
1213
<title>Eventica | Contributors</title>
1314
</head>
1415

assets/pastevents/pastevents.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="stylesheet" href="./pastevents.css">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css">
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
12+
<script src="https://kit.fontawesome.com/4cf6385dfa.js" crossorigin="anonymous"></script>
1213
<title>Eventica | Past Events</title>
1314
</head>
1415

0 commit comments

Comments
 (0)