Skip to content

Commit

Permalink
Update static website
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Jun 26, 2024
1 parent b2598ee commit eb7d8f6
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1 deletion.
35 changes: 34 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,42 @@
<head>
<title>Rust For Web</title>

<meta http-equiv="refresh" content="0; url=https://github.com/RustForWeb" />
<style>
html {
font-family: sans-serif;
}

body {
display: flex;
flex-direction: column;
align-items: center;
}

h1 {
margin-bottom: 0rem;
}

h2 {
font-weight: normal;
}

a {
padding: 0.75rem 1rem;
color: #fff;
background-color: #f74c00;
border: solid 1px #000;
border-radius: 0.5rem;
text-decoration: none;
}
</style>
</head>
<body>
<img src="logo.svg" alt="Rust For Web Logo" width="256" height="256" />
<h1>Rust For Web</h1>
<h2>Rust ports of web UI libraries.</h2>

<h3>
<a href="https://github.com/RustForWeb">GitHub</a>
</h3>
</body>
</html>
39 changes: 39 additions & 0 deletions dist/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eb7d8f6

Please sign in to comment.