mirror of
https://gitlab.com/redline-racing-division/car-show.git
synced 2025-07-27 16:41:39 +00:00
finished boilerplate
This commit is contained in:
17
index.html
17
index.html
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user