-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Keisuke Izumiya
committed
Oct 30, 2024
1 parent
6f078d1
commit d1fc17e
Showing
8 changed files
with
179 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!doctype html> | ||
<html lang="ja"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Pon!通 | 操作方法</title> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="../../favicon.ico" | ||
rel="shortcut icon" | ||
type="image/x-icon" | ||
/> | ||
</head> | ||
|
||
<body> | ||
<div id="ROOT"></div> | ||
<script src="./index.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{.experimental: "inferGenericTypes".} | ||
{.experimental: "notnil".} | ||
{.experimental: "strictCaseObjects".} | ||
{.experimental: "strictDefs".} | ||
{.experimental: "strictFuncs".} | ||
{.experimental: "views".} | ||
|
||
import karax/[karax, karaxdsl, vdom] | ||
|
||
proc newMainNode(): VNode = | ||
buildHtml(section(class = "section")): | ||
tdiv(class = "content"): | ||
h1(class = "title"): | ||
text "Pon!通 操作方法" | ||
img(src = "./manual.png", width = "800") | ||
|
||
when isMainModule: | ||
setRenderer newMainNode |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.