21 lines
		
	
	
		
			No EOL
		
	
	
		
			861 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			No EOL
		
	
	
		
			861 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <title>Computer Graphics Study</title>
 | 
						|
        <meta charset="utf-8">
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
        <link rel="stylesheet" href="index.css">
 | 
						|
        <script type="module" src="./index.tsx" defer></script>
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <canvas id="canvas" width="500" height="500"></canvas>
 | 
						|
        <div id="drawer-button">
 | 
						|
            <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
 | 
						|
                <path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
 | 
						|
              </svg>
 | 
						|
        </div>
 | 
						|
        <div id="drawer">
 | 
						|
 | 
						|
        </div>
 | 
						|
    </body>
 | 
						|
</html> |