mirror of
https://github.com/yewprint/yewprint
synced 2024-11-25 04:50:20 +00:00
Site description (#28)
This commit is contained in:
parent
1e840c81ef
commit
0561aa5873
2 changed files with 8 additions and 3 deletions
|
@ -1,8 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Yewprint – Documentation</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="A port of Blueprint (a React-based UI toolkit for the web) to Yew (a Rust / Wasm client web app framework)" />
|
||||
<meta property="og:description" content="A port of Blueprint (a React-based UI toolkit for the web) to Yew (a Rust / Wasm client web app framework)" />
|
||||
<meta property="og:title" content="A UI toolkit based on Yew" />
|
||||
<meta property="og:site_name" content="Yewprint" />
|
||||
<meta property="og:image" content="/logo_512.png" />
|
||||
<title>Yewprint</title>
|
||||
<script type="module">
|
||||
import init from "/wasm.js";
|
||||
init();
|
||||
|
@ -19,7 +24,7 @@
|
|||
.docs-logo {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
|
||||
.docs-heading {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
|
|
BIN
static/logo_512.png
Normal file
BIN
static/logo_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Loading…
Reference in a new issue