Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -0
index.html
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
|
|
|
|
|
|
|
|
4 |
</head>
|
5 |
<body>
|
6 |
<div class="card">
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<meta charset="utf-8" />
|
5 |
+
<meta name="viewport" content="width=device-width" />
|
6 |
+
<title>Copy Proof Image</title>
|
7 |
+
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|