This commit is contained in:
CHIEFSOFT\ameye
2024-04-09 09:47:33 -04:00
parent 20928e53df
commit 34d3a95cbf
2 changed files with 9 additions and 8 deletions
+6 -6
View File
@@ -345,7 +345,7 @@
<h2 class="s-46 w-700">Healthcare solution in all directions</h2>
<!-- Text -->
<p>Sodales tempor sapien quaerat ipsum undo congue laoreet turpis neque auctor turpis
<p>Follow our coverage of personal, business, and institutional needs.
</p>
<!-- Small Title -->
@@ -1941,8 +1941,8 @@
<!-- Links -->
<ul class="foo-links clearfix">
<li><p><a href="about.html">About Us</a></p></li>
<li><p><a href="blog-listing.html">Our Blog</a></p></li>
<li><p><a href="/about">About Us</a></p></li>
<li><p><a href="/blog">Our Blog</a></p></li>
</ul>
</div>
@@ -1976,9 +1976,9 @@
<!-- Links -->
<ul class="foo-links clearfix">
<li><p><a href="terms.html">Terms of Use</a></p></li>
<li><p><a href="privacy.html">Privacy Policy</a></p></li>
<li><p><a href="cookies.html">Cookie Policy</a></p></li>
<li><p><a href="/terms">Terms of Use</a></p></li>
<li><p><a href="/privacy">Privacy Policy</a></p></li>
<li><p><a href="/cookies">Cookie Policy</a></p></li>
</ul>
</div>
+3 -2
View File
@@ -3,10 +3,11 @@ from django.http import HttpResponse
# Create your views here.
def home_page(request):
x=1
y=2
return render(request,'home.html',{'name':'autoMedSys AI'})
#return HttpResponse('Hrllo Medical')
def blog_page(request):
return render(request,'home.html',{'name':'autoMedSys AI'})
def product_abulatory(request):
return render(request,'home.html',{'name':'autoMedSys AI'})