adding social and Font Awesome

This commit is contained in:
Frank
2021-06-06 11:42:30 -04:00
parent 9c49da3cb3
commit 211c3200c0
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
<title>SimpleDemo</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="https://unpkg.com/bootstrap-social@5.1.1/bootstrap-social.css" rel="stylesheet" >
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.min.css" rel="stylesheet" >
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="SimpleDemo.styles.css" rel="stylesheet" />
</head>