23 lines
675 B
HTML
23 lines
675 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Javalsai's Website - Tools</title>
|
|
<link rel="stylesheet" href="/styles/bundles/complete.css">
|
|
</head>
|
|
|
|
<body class="flex column">
|
|
<!--# include virtual="/components/header.html" -->
|
|
<main>
|
|
<h1><a class="reference" id="tools" href="#tools">Tools</a></h1>
|
|
<p>This is just a collection of tools or stuff I've made, out there for any to use.</p>
|
|
<ul>
|
|
<li><a href="qalc">qalc</a> - Popular libqalculate tool compiled for the web</li>
|
|
</ul>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|