1
0
mirror of https://gitlab.com/redline-racing-division/car-show.git synced 2025-06-15 22:56:51 +00:00

finished boilerplate

This commit is contained in:
Anson Biggs 2019-11-14 21:01:40 -07:00
parent 49dcfdd5c6
commit 9ca2218a02
2 changed files with 16 additions and 1 deletions

BIN
img/RRDLogoTrans.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@ -19,7 +19,22 @@
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
<header>
<!-- Just an image -->
<nav class="navbar navbar-dark" style="background-color: firebrick;">
<a
class="navbar-brand"
href="https://redlineracingdivision.com"
style="font-weight: bold;"
>
<img src="/img/RRDLogoTrans.png" height="50vh" alt="" />
Redline Racing Division
</a>
</nav>
</header>
</body>
</html>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->