init react project

This commit is contained in:
2020-11-25 09:31:58 +01:00
parent 6431e8cd11
commit 50f56982e6
11 changed files with 222 additions and 2 deletions

View File

@ -31,13 +31,13 @@
<link rel="stylesheet" href="css/contact.css">
<!-- Icon -->
<link rel="icon" href="favicon.png">
<link rel="icon" href="public/favicon.png">
</head>
<!-- The scrollable area -->
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<div id="maincontent">
<nav class="navbar navbar-expand-sm navbar-dark fixed-top">
<a class="navbar-brand" href="index.html"><img id="nameTag" src="favicon.png" height="50px" alt=""/></a>
<a class="navbar-brand" href="index.html"><img id="nameTag" src="public/favicon.png" height="50px" alt=""/></a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>