Created
September 20, 2022 03:45
-
-
Save Octagon-simon/a22529c32a56df6a5ed66d56dbc8cea9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Font Awesome --> | |
| <link | |
| href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" | |
| rel="stylesheet" | |
| /> | |
| <!-- Google Fonts --> | |
| <link | |
| href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" | |
| rel="stylesheet" | |
| /> | |
| <!-- MDB --> | |
| <link | |
| href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.css" | |
| rel="stylesheet" | |
| /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment