Skip to content

Commit

Permalink
Tidy up a few bits
Browse files Browse the repository at this point in the history
  • Loading branch information
jonw-cogapp committed Jun 4, 2024
1 parent a5649d9 commit c9c4662
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en" class="w-dvw h-dvh">
<head>
<base href="." />
<base href="/dist" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.ico" />
Expand All @@ -12,10 +12,9 @@
<body class="w-dvw h-dvh">

<div id="viewer" class="bg-black w-dvw h-dvh">
<button id="start" class="bg-center bg-cover bg-no-repeat bg-gray-900 opacity-90 h-full w-full">
<button type="button" id="start" class="bg-center bg-cover bg-no-repeat bg-gray-900 opacity-90 h-full w-full" aria-label="start">
<svg style="width:30%; height:30%; margin:auto;" fill="#FFFFFF" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 459 459" xml:space="preserve">
<title>Start</title>
<g>
<g>
<path d="M229.5,0C102.751,0,0,102.751,0,229.5S102.751,459,229.5,459S459,356.249,459,229.5S356.249,0,229.5,0z M310.292,239.651
Expand Down
2 changes: 0 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
'./view.html',
'./embed.html',
'./index.html',
],
theme: {
Expand Down
12 changes: 0 additions & 12 deletions vercel.json

This file was deleted.

0 comments on commit c9c4662

Please sign in to comment.