Skip to content

Commit

Permalink
Create/update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminARaba committed Oct 1, 2023
1 parent 39f978c commit c391549
Showing 1 changed file with 31 additions and 46 deletions.
77 changes: 31 additions & 46 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,49 +1,34 @@

<!doctype html>
<html>
<head>
<title>FIA RACE CONTROL</title>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="FIA RACE CONTROL">
<meta name="keywords" content="FIA RACE CONTROL">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="stylesheet" href="announcement_style.css">
<!--[if IE 6]>
<style type="text/css">
* html .group {
height: 1%;
}
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
*:first-child+html .group {
min-height: 1px;
}
</style>
<![endif]-->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/match-height.js"></script>
<script>
$(function () {
$('.match-height-bootstrap-row > * > *').matchHeight();
$('.match-height > *').matchHeight();
})
</script>
<title></title>
<title>VMRL FIA RACE CONTROL</title>
<meta charset="UTF-8">
<meta name="description" content="Your site's description should be here">
<meta name="keywords" content="Your site's keywords should be here">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="stylesheet" href="styles.css">
<!--[if IE 6]>
<style type="text/css">
* html .group {
height: 1%;
}
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
*:first-child+html .group {
min-height: 1px;
}
</style>
<![endif]-->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="announcement match-height group">
<div class="heading-holder group">
<img class="fia" src="images/fia.png" alt="" width="66" height="46">
<p class="text">RACE<br>CONTROL</p>
</div>
<div class="body-holder">
Baltas' and mr bust 2.0's case will be investigated after the race
</div>
</div>
</body>
</html>
<body>
</body>
</html>

0 comments on commit c391549

Please sign in to comment.