26 lines
		
	
	
		
			913 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			913 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::Qalc</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="qalc" href="#qalc">Qalc</a></h1>
 | 
						|
        <p>Popular libqalculate tool compiled for the web, I wanna wrap the library for with own style, but I'll also
 | 
						|
            leave the default example from <a
 | 
						|
                href="https://github.com/flaviut/qalculate-wasm">flaviut/qalculate-wasm</a> as it supports graphs too,
 | 
						|
            I'll just inject some CSS for dark mode:
 | 
						|
            <a href="flaviut">live example</a>
 | 
						|
        </p>
 | 
						|
    </main>
 | 
						|
    <!--# include virtual="/components/footer.html" -->
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |