deck-of-cards
Version:
HTML5 Deck of Cards
22 lines (21 loc) • 420 B
HTML
<html>
<head>
<title>HTML5 Deck of Cards</title>
<style>
body {
background-color: #000;
}
webview {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<webview id="webview" src="https://deck-of-cards.js.org" partition="persist:deck-of-cards"></webview>
</body>
</html>