52 lines
1.3 KiB
HTML
52 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>CrimzonKey - WullieStudio</title>
|
|
<link rel="stylesheet" href="../style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<nav class="navbar">
|
|
<div class="logo"><a class="logoLink" href=../index.html>WullieStudio</a></div>
|
|
<input type="checkbox" id="menu-toggle">
|
|
<label for="menu-toggle" class="hamburger">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</label>
|
|
<ul class="nav-links">
|
|
<li><a href="../index.html#about">Home</a></li>
|
|
<li><a href="../index.html#projects">Projects</a></li>
|
|
<li><a href="https://git.wulliestudio.com/wullie">Git</a></li>
|
|
<li><a href="../index.html#contact">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
<section class="Dev">
|
|
<h1>CrimzonKey</h1>
|
|
<p>Oauth in C</p>
|
|
<h2>THIS PROJECT IS STILL WORK IN PROGRESS</h2>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2>About</h2>
|
|
<p>crimzonKey is an idea i had after some frustrations trying to use microsofts Oauth2 for a minecraft bot in C</p>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2>Features</h2>
|
|
<div class="feature-list">
|
|
<h3> Custom Webserver</h3>
|
|
<p>writing a web server to host the connections in C<p>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
</body>
|
|
</html>
|