Added a GPU info page
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		
							
								
								
									
										28
									
								
								assets/twig/gpu.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								assets/twig/gpu.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| {% extends 'layout.twig' %} | ||||
|  | ||||
| {% block scripts %} | ||||
| <script src="./js/gpu.js" charset="utf-8"></script> | ||||
| {% endblock %} | ||||
|  | ||||
| {% block content %} | ||||
|  | ||||
| <header class="row"> | ||||
|   <div class="columns twelve u-text-center"> | ||||
|     <h1>GPU Info</h1> | ||||
|   </div> | ||||
| </header> | ||||
|  | ||||
| <section class="row"> | ||||
|   <h5>GPU Model: <span id="gpuInfo">Random GPU</span></h5> | ||||
|   <p>Vendor: <span id="gpuVendor">N/a</span> | Vendor ID: <span id="gpuVendorId">N/a</span></p> | ||||
|   <p>GPU Memory: <span id="gpuVram">N/a</span></p> | ||||
|   <p>Bus: <span id="gpuBus">N/a</span></p> | ||||
| </section> | ||||
|  | ||||
| <section class="row"> | ||||
|   <div class="columns twelve"> | ||||
|     <a href="index.html">Back</a> | ||||
|   </div> | ||||
| </section> | ||||
|  | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user