Skip to content

Commit

Permalink
Deploying to gh-pages from @ 75124ca 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Oct 13, 2024
1 parent 0d9439d commit 8da5964
Show file tree
Hide file tree
Showing 15 changed files with 97 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
compile.qmk.fm
Binary file added assets/fa-brands-400-Dur5g48u.ttf
Binary file not shown.
Binary file added assets/fa-brands-400-O7nZalfM.woff2
Binary file not shown.
Binary file added assets/fa-regular-400-Bf3rG5Nx.ttf
Binary file not shown.
Binary file added assets/fa-regular-400-DgEfZSYE.woff2
Binary file not shown.
Binary file added assets/fa-solid-900-BV3CbEM2.ttf
Binary file not shown.
Binary file added assets/fa-solid-900-DOQJEhcS.woff2
Binary file not shown.
Binary file added assets/fa-v4compatibility-B9MWI-E6.ttf
Binary file not shown.
Binary file added assets/fa-v4compatibility-BX8XWJtE.woff2
Binary file not shown.
38 changes: 38 additions & 0 deletions assets/index-BLS66MgW.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions assets/index-C0vSyO7s.css

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions assets/logo-Bfg3BapK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="anonymous">
<link rel="preload" as="style" onload="this.rel='stylesheet'" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap">
<link rel="preload" as="font" type="font/woff2" href="/assets/fa-brands-400-O7nZalfM.woff2" crossorigin="anonymous">
<link rel="preload" as="font" type="font/woff2" href="/assets/fa-regular-400-DgEfZSYE.woff2" crossorigin="anonymous">
<link rel="preload" as="font" type="font/woff2" href="/assets/fa-solid-900-DOQJEhcS.woff2" crossorigin="anonymous">
<link rel="preload" as="font" type="font/woff2" href="/assets/fa-v4compatibility-BX8XWJtE.woff2" crossorigin="anonymous">
<link rel="preload" as="font" type="font/ttf" href="/assets/fa-brands-400-Dur5g48u.ttf" crossorigin="anonymous">
<link rel="preload" as="font" type="font/ttf" href="/assets/fa-regular-400-Bf3rG5Nx.ttf" crossorigin="anonymous">
<link rel="preload" as="font" type="font/ttf" href="/assets/fa-solid-900-BV3CbEM2.ttf" crossorigin="anonymous">
<link rel="preload" as="font" type="font/ttf" href="/assets/fa-v4compatibility-B9MWI-E6.ttf" crossorigin="anonymous">

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.png" />
<title>QMK Keymap Compiler</title>
<script type="module" crossorigin src="/assets/index-BLS66MgW.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C0vSyO7s.css">
</head>

<body>
<div id="app"></div>
</body>

</html>

0 comments on commit 8da5964

Please sign in to comment.