mirror of
https://gitlab.com/redline-racing-division/car-show.git
synced 2025-06-16 07:06:48 +00:00
finished boilerplate
This commit is contained in:
parent
49dcfdd5c6
commit
9ca2218a02
BIN
img/RRDLogoTrans.png
Normal file
BIN
img/RRDLogoTrans.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
17
index.html
17
index.html
@ -19,7 +19,22 @@
|
|||||||
<title>Hello, world!</title>
|
<title>Hello, world!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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 -->
|
<!-- Optional JavaScript -->
|
||||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user