1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <link rel="manifest" href="/site.webmanifest">
- <meta name="description" content="Schtonn site">
- <meta property="og:type" content="website">
- <meta property="og:title" content="schtonn">
- <meta property="og:url" content="https://schtonn.github.io/index.html">
- <meta property="og:site_name" content="schtonn site">
- <meta property="og:description" content="Schtonn site">
- <meta property="og:locale" content="en_US">
- <meta property="article:author" content="Alex">
- <meta name="twitter:card" content="summary">
- <link rel="canonical" href="https://schtonn.github.io/">
- <link rel="stylesheet" href="../css/bootstrap.min.css"
- integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
- &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="css/style.css">
- <!-- <link rel="stylesheet" href="/css/style.css"> -->
- <title>schtonn</title>
- </head>
- <body itemscope itemtype="http://schema.org/WebPage" style="height:100vh">
- <script src="js/cursorEffects.js"></script>
- <script type="text/javascript">
- new cursoreffects.bubbleCursor({ emoji: "🤐" });
- </script>
- <div class="bg">
- <h1>> schtonn</h1>
- <h3>> <span class="glyphicon glyphicon-link" aria-hidden="true"></span></h3>
- <p><a class="btn btn-primary btn-lg" href="/blog" style="text-shadow: black 5px 3px 3px;">
- <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span> Blog</a></p>
- <p><a class="btn btn-primary" href="https://schtonn.github.io/" style="text-shadow: black 3px 2px 4px;">
- <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span> View on github</a>
- <a class="btn btn-warning" href="https://schtonn.gitee.io/"
- style="text-shadow: rgb(155,55,55) 3px 2px 4px;"><span class="glyphicon glyphicon-thumbs-down"
- aria-hidden="true"></span> <del>View on gitee</del>(outdated)</a>
- </p>
- <p><a class="btn btn-primary" href="https://github.com/schtonn/schtonn.github.io"
- style="text-shadow: black 3px 2px 4px;"><span class="glyphicon glyphicon-folder-open"
- aria-hidden="true"></span> Repo on github</a>
- <a class="btn btn-warning" href="https://gitee.com/schtonn/schtonn"
- style="text-shadow: rgb(155,55,55) 3px 2px 4px;"><span class="glyphicon glyphicon-folder-close"
- aria-hidden="true"></span> <del>Repo on gitee</del> (outdated)</a>
- </p>
- <h3>> 娱乐</h3>
- <p>
- <a class="btn btn-info" href="/core/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">Core</a>
- <a class="btn btn-info" href="/sans/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">sans</a>
- <a class="btn btn-info" href="/sans-cheat/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
- class="glyphicon glyphicon-wrench" aria-hidden="true"></span> sans</a>
- <a class="btn btn-info" href="/random/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">random</a>
- <a class="btn btn-info" href="/paint/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
- class="glyphicon glyphicon-pencil" aria-hidden="true"></span> 绘画板</a>
- <a class="btn btn-info" href="/paint/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
- class="glyphicon glyphicon-record" aria-hidden="true"></span> 五子棋</a>
- </p>
- <h3>> 小工具</h3>
- <p>
- <a class="btn btn-danger" href="/score/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;"><span
- class="glyphicon glyphicon-stats" aria-hidden="true"></span> 成绩整理</a>
- <a class="btn btn-info" href="/crypty/" style="text-shadow: rgb(133,133,130) 1px 2px 3px;">Crypty</a>
- </p>
- </div>
- </body>
- </html>
|