20 lines
911 B
HTML
20 lines
911 B
HTML
<!DOCTYPE html>
|
||
<meta charset="utf-8">
|
||
<html>
|
||
<head>
|
||
<title>Testcard</title>
|
||
<link rel="stylesheet" href="style.css">
|
||
</head>
|
||
<body>
|
||
<img src="PM5644.svg" alt="Example SVG">
|
||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
|
||
<g id="text">
|
||
<text id="dateText" x="715" y="545" fill="white" dominant-baseline="middle" text-anchor="middle" font-family="VCR" font-size="60"></text>
|
||
<text id="timeText" x="1190" y="545" fill="white" dominant-baseline="middle" text-anchor="middle" font-family="VCR" font-size="60"></text>
|
||
<text x="955" y="150" fill="white" dominant-baseline="middle" text-anchor="middle" font-family="VCR" font-size="60">TEST MODE</text>
|
||
<text x="955" y="220" fill="black" dominant-baseline="middle" text-anchor="middle" font-family="VCR" font-size="40">1920×1080</text>
|
||
</g>
|
||
</svg>
|
||
<script src="clock.js"></script>
|
||
</body>
|
||
</html>
|