-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39f978c
commit c391549
Showing
1 changed file
with
31 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |