leandre.clochard
3 years ago
7 changed files with 123 additions and 32 deletions
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 94 KiB |
@ -0,0 +1,48 @@ |
|||
<!DOCTYPE html> |
|||
|
|||
<html> |
|||
|
|||
<head> |
|||
|
|||
<meta charset="utf-8"> |
|||
|
|||
<title>casino 77</title> |
|||
|
|||
<link rel="stylesheet" type="text/css" href="styles.css"> |
|||
</head> |
|||
<body> |
|||
|
|||
|
|||
|
|||
|
|||
<img class=logo src="image/logo.png"> |
|||
|
|||
<a href="Index.html"> |
|||
<img class=accueil src="image/accueil.png"> |
|||
</a> |
|||
|
|||
|
|||
<div class="loader"> |
|||
|
|||
<span class="lettre">7</span> |
|||
|
|||
<span class="lettre">7</span> |
|||
|
|||
<span class="lettre">7</span> |
|||
</div> |
|||
|
|||
|
|||
|
|||
<img class="img1" src="image/imgnoirslot.png" onmouseover="this.src='image/bgcasino.jpg';" onmouseout="this.src='image/imgnoirslot.png'" alt="" /> |
|||
<img class="img2" src="image/imgnoirbj.png" onmouseover="this.src='image/bgcasino.jpg';" onmouseout="this.src='image/imgnoirbj.png'" alt="" /> |
|||
<img class="img3" src="image/imgnoirroulette.png" onmouseover="this.src='image/bgcasino.jpg';" onmouseout="this.src='image/imgnoirroulette.png'" alt="" /> |
|||
<img class="img4" src="image/imgnoirbingo.png" onmouseover="this.src='image/bgcasino.jpg';" onmouseout="this.src='image/imgnoirbingo.png'" alt="" /> |
|||
|
|||
|
|||
<div class="bg"></div> |
|||
|
|||
<script src="loading.js"></script> |
|||
<script src="main.js"></script> |
|||
|
|||
</body> |
|||
</html> |
@ -1 +1,26 @@ |
|||
<img src="image/imgnoir.jpg" onmouseover="this.src='image/bgcasino.jpg';" onmouseout="this.src='image/imgnoir.jpg'" alt="" /> |
|||
<html> |
|||
|
|||
<head> |
|||
|
|||
<meta charset="utf-8"> |
|||
|
|||
<title>casino test</title> |
|||
|
|||
<link rel="stylesheet" type="text/css" href="styles.css"> |
|||
</head> |
|||
<body> |
|||
|
|||
|
|||
|
|||
<div id="ac-wrapper"> |
|||
<div id="popup"> |
|||
<center> |
|||
<h2>Popup Content Here</h2> |
|||
<input type="submit" name="submit" value="Submit" onClick="PopUp()" /> |
|||
</center> |
|||
</div> |
|||
</div> |
|||
|
|||
<p>Page Content Here......</p> |
|||
|
|||
<script src="loading.js"></script> |
|||
|
Loading…
Reference in new issue