Skip to content

Commit e86af02

Browse files
committed
cleanup
1 parent 2ac48ed commit e86af02

35 files changed

Lines changed: 1424 additions & 2562 deletions

web/eslint.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

web/index.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>Source 2 Schemas</title>
7-
8-
<link rel="manifest" href="manifest.webmanifest" />
9-
10-
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png" />
11-
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png" />
12-
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png" />
13-
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#5bbad5" />
14-
<link rel="shortcut icon" href="images/favicon.ico" />
15-
<link rel="icon" href="images/logo.svg" />
16-
<meta name="theme-color" content="#ffffff" />
6+
<title>Source 2 Schema Explorer</title>
7+
<meta name="description" content="Browse and explore Valve Source 2 engine schemas, classes, enums, and types for Counter-Strike 2, Dota 2, and Deadlock." />
8+
<meta property="og:title" content="Source 2 Schema Explorer" />
9+
<meta property="og:description" content="Browse and explore Valve Source 2 engine schemas, classes, enums, and types for Counter-Strike 2, Dota 2, and Deadlock." />
10+
<meta property="og:type" content="website" />
1711
</head>
1812

1913
<body>

0 commit comments

Comments
 (0)