mirror of
				https://github.com/DerTyp7/tealcode-django-python.git
				synced 2025-10-31 05:07:08 +01:00 
			
		
		
		
	added Analytics
This commit is contained in:
		
							
								
								
									
										26
									
								
								TealCode/analytics/templates/analytics/base.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								TealCode/analytics/templates/analytics/base.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| {% load static %} | ||||
| <!DOCTYPE html> | ||||
| <html> | ||||
| <head> | ||||
|  | ||||
|     <!-- Required meta tags --> | ||||
|     <meta charset="utf-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||||
|     <link rel="stylesheet" href="{% static 'main/css/fonts.css' %}"> | ||||
|     <link rel="stylesheet" href="{% static 'main/css/base.css' %}"> | ||||
|  | ||||
|     <title>TealCode | Analytics</title> | ||||
| </head> | ||||
| <body> | ||||
|     <header> | ||||
|         <h1 style="cursor:pointer;" onclick="window.open('/analytics/', '_self')">TealCode | Analytics</h1> | ||||
|  | ||||
|         <div> | ||||
|             <a href="/">TealCode</a> | ||||
|         </div> | ||||
|     </header> | ||||
|     <main> | ||||
|         {% block content %}{% endblock %} | ||||
|     </main> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										4
									
								
								TealCode/analytics/templates/analytics/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								TealCode/analytics/templates/analytics/index.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| {% extends "analytics/base.html" %} | ||||
| {% block content %} | ||||
|  | ||||
| {% endblock content %} | ||||
		Reference in New Issue
	
	Block a user
	 DerTyp187
					DerTyp187