mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 22:01:59 -05:00
viewport
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<!DOCTYPE html5>
|
<!DOCTYPE html5>
|
||||||
<html>
|
<html>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<head>
|
<head>
|
||||||
<title>Card Conjurer</title>
|
<title>Card Conjurer</title>
|
||||||
<div class="title">Card Conjurer</div>
|
<div class="title">Card Conjurer</div>
|
||||||
@@ -26,6 +25,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<!-- <img src="data/background.png"></img> -->
|
<!-- <img src="data/background.png"></img> -->
|
||||||
<body onresize="resizeThings()" onload="resizeThings()">
|
<body onresize="resizeThings()" onload="resizeThings()">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="column"><canvas id="canvas" width="749" height="1044"></canvas></div>
|
<div class="column"><canvas id="canvas" width="749" height="1044"></canvas></div>
|
||||||
<div class="column" id="optionsColumn">
|
<div class="column" id="optionsColumn">
|
||||||
@@ -320,6 +320,7 @@
|
|||||||
<img id="sampleCardC" style="width: 33.33%;" class="column"></img>
|
<img id="sampleCardC" style="width: 33.33%;" class="column"></img>
|
||||||
</div>
|
</div>
|
||||||
<div class="row info" style="">For Terms of Use and Disclaimer, see <a href="https://github.com/ImKyle4815/CardConjurer" target="_blank">the Github page</a>.</div>
|
<div class="row info" style="">For Terms of Use and Disclaimer, see <a href="https://github.com/ImKyle4815/CardConjurer" target="_blank">the Github page</a>.</div>
|
||||||
|
</meta>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user