webfluent 0.4.0-alpha

The Web-First Language — compiles to HTML, CSS, JavaScript, and PDF. 50+ built-in components, reactivity, routing, i18n, SSG, and template engine.
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Page Not Found</title>
    <meta name="description" content="A programming language that compiles to HTML, CSS, and JavaScript. Build SPAs and static sites with built-in components, reactivity, routing, i18n, and animations.">
    <link rel="stylesheet" href="./styles.css">
</head>
<body>
    <div id="app">
        <!--wf-component-->
        <div class="wf-row">
            <!--wf-component-->
            <div class="wf-container wf-animate-fadeIn">
                <div class="wf-spacer"></div>
                <div class="wf-stack">
                    <h1 class="wf-heading wf-heading--h1 wf-text--center wf-heading--primary">404</h1><h2 class="wf-heading wf-heading--h2 wf-text--center">Page Not Found</h2><p class="wf-text wf-text--muted wf-text--center">The page you are looking for does not exist or has been moved.</p><div class="wf-spacer"></div>
                    <div class="wf-row">
                        <button class="wf-btn wf-btn--primary wf-btn--large">
                            Go Home
                        </button></div></div><div class="wf-spacer"></div>
            </div></div>
        <!--wf-component-->
    </div>
    <script src="./app.js"></script>
</body>
</html>