mirror of
https://gitlab.com/redline-racing-division/car-show.git
synced 2025-08-02 03:21:35 +00:00
added markdown compile
This commit is contained in:
36
top.html
Normal file
36
top.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
|
||||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<title>Hello, world!</title>
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
Reference in New Issue
Block a user