Skip to content

Commit 27af47f

Browse files
committed
Deploy to GitHub Pages
0 parents  commit 27af47f

46 files changed

Lines changed: 667 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/logo.png

124 KB
Loading

fonts/curs.ttf

30.3 KB
Binary file not shown.

fonts/mono.ttf

185 KB
Binary file not shown.

fonts/sans.ttf

90.5 KB
Binary file not shown.

index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
7+
<title>GraphScript</title>
8+
<meta name="description" content="GraphScript is a visual scripting engine where you build logic by connecting nodes into executable flows.">
9+
10+
<meta property="og:url" content="">
11+
<meta property="og:type" content="website">
12+
<meta property="og:title" content="GraphScript">
13+
<meta property="og:description" content="GraphScript is a visual scripting engine where you build logic by connecting nodes into executable flows.">
14+
<meta property="og:image" content="/preview.png">
15+
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta property="twitter:domain" content="https://graphscript-labs.github.io">
18+
<meta property="twitter:url" content="">
19+
<meta name="twitter:title" content="GraphScript">
20+
<meta name="twitter:description" content="GraphScript is a visual scripting engine where you build logic by connecting nodes into executable flows.">
21+
<meta name="twitter:image" content="/preview.png">
22+
23+
<link rel="icon" href="/logo.png" type="image/png" />
24+
<link rel="stylesheet" href="/styles/index.css" />
25+
</head>
26+
27+
<body>
28+
<div id="app" tabindex="0"></div>
29+
<script type="module" src="/app.js"></script>
30+
</body>
31+
</html>

logo.png

124 KB
Loading

preview.png

206 KB
Loading

styles/app/block/about.css

Whitespace-only changes.

0 commit comments

Comments
 (0)