mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Update index.html
This commit is contained in:
@@ -6,6 +6,51 @@
|
|||||||
<title>LUCKY DIAMOND</title>
|
<title>LUCKY DIAMOND</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
import React from "react";
|
||||||
|
import "./style.css";
|
||||||
|
|
||||||
|
export const Screen = () => {
|
||||||
|
return (
|
||||||
|
<div className="screen">
|
||||||
|
<div className="overlap-group-wrapper">
|
||||||
|
<div className="overlap-group">
|
||||||
|
<img className="image" alt="Image" src="image.png" />
|
||||||
|
<img className="rectangle" alt="Rectangle" src="rectangle-1.png" />
|
||||||
|
<img className="img" alt="Image" src="image-2.png" />
|
||||||
|
<img className="vector" alt="Vector" src="vector-1.png" />
|
||||||
|
<img className="vector" alt="Vector" src="vector-2.png" />
|
||||||
|
<div className="frame">
|
||||||
|
<div className="view">
|
||||||
|
<img className="diamond" alt="Diamond" src="diamond-2.png" />
|
||||||
|
<img className="dice" alt="Dice" src="dice-2.png" />
|
||||||
|
<img className="free-icon-rocket" alt="Free icon rocket" src="free-icon-rocket-launch-3384333-2.png" />
|
||||||
|
<img className="jackpot" alt="Jackpot" src="jackpot-2.png" />
|
||||||
|
<img className="free-icon-home" alt="Free icon home" src="free-icon-home-button-6490332-1.png" />
|
||||||
|
<img className="bomb" alt="Bomb" src="bomb-2.png" />
|
||||||
|
<img className="vector-2" alt="Vector" src="vector.svg" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="text-wrapper">LUCKY DIAMOND</div>
|
||||||
|
<div className="div">MINECRAFT CASINO - SPM</div>
|
||||||
|
<div className="text-wrapper-2">онлайн-казино</div>
|
||||||
|
<div className="text-wrapper-3">Главная</div>
|
||||||
|
<div className="text-wrapper-4">Профиль</div>
|
||||||
|
<div className="text-wrapper-5">Помощь</div>
|
||||||
|
<img className="line" alt="Line" src="line-1.png" />
|
||||||
|
<img className="rectangle-2" alt="Rectangle" src="rectangle-15.png" />
|
||||||
|
<img className="rectangle-3" alt="Rectangle" src="rectangle-16.png" />
|
||||||
|
<div className="text-wrapper-6">25000</div>
|
||||||
|
<div className="text-wrapper-7">КОШЕЛЁК</div>
|
||||||
|
<img className="rectangle-4" alt="Rectangle" src="rectangle.png" />
|
||||||
|
<img className="LUCKY-DIAMOND" alt="Lucky DIAMOND" src="LUCKY-DIAMOND.png" />
|
||||||
|
<div className="text-wrapper-8">PLAY NOW</div>
|
||||||
|
<div className="text-wrapper-9">РЕЖИМЫ ИГРЫ</div>
|
||||||
|
<img className="deepslate-diamond" alt="Deepslate diamond" src="deepslate-diamond-ore-29-1.png" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user