Added reset all browser styles & scss

This commit is contained in:
RailTH
2024-02-01 19:46:44 +11:00
parent f8f7a89996
commit 52fc20018a
7 changed files with 115 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
from django.shortcuts import render
def index(request):
return render(request, 'index.html')
# Create your views here.