Compare commits

..

No commits in common. "2769575d3459e94bf1759de47d2de882ba7322a2" and "057c8ecb3eb30c539f42811ce3237c46bd1277cd" have entirely different histories.

3 changed files with 13 additions and 2 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Expanded Modern Test Card</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>

View file

@ -3,8 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TOTAL TECH TEST</title> <title>TEST CARD</title>
<link rel="icon" type="image/png" href="/favicon.png" />
%sveltekit.head% %sveltekit.head%
</head> </head>
<body data-sveltekit-preload-data="hover"> <body data-sveltekit-preload-data="hover">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 KiB