Fix text
This commit is contained in:
@@ -345,7 +345,7 @@
|
|||||||
<h2 class="s-46 w-700">Healthcare solution in all directions</h2>
|
<h2 class="s-46 w-700">Healthcare solution in all directions</h2>
|
||||||
|
|
||||||
<!-- Text -->
|
<!-- 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>
|
</p>
|
||||||
|
|
||||||
<!-- Small Title -->
|
<!-- Small Title -->
|
||||||
@@ -1941,8 +1941,8 @@
|
|||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
<ul class="foo-links clearfix">
|
<ul class="foo-links clearfix">
|
||||||
<li><p><a href="about.html">About Us</a></p></li>
|
<li><p><a href="/about">About Us</a></p></li>
|
||||||
<li><p><a href="blog-listing.html">Our Blog</a></p></li>
|
<li><p><a href="/blog">Our Blog</a></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -1976,9 +1976,9 @@
|
|||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
<ul class="foo-links clearfix">
|
<ul class="foo-links clearfix">
|
||||||
<li><p><a href="terms.html">Terms of Use</a></p></li>
|
<li><p><a href="/terms">Terms of Use</a></p></li>
|
||||||
<li><p><a href="privacy.html">Privacy Policy</a></p></li>
|
<li><p><a href="/privacy">Privacy Policy</a></p></li>
|
||||||
<li><p><a href="cookies.html">Cookie Policy</a></p></li>
|
<li><p><a href="/cookies">Cookie Policy</a></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+3
-2
@@ -3,10 +3,11 @@ from django.http import HttpResponse
|
|||||||
|
|
||||||
# Create your views here.
|
# Create your views here.
|
||||||
def home_page(request):
|
def home_page(request):
|
||||||
x=1
|
|
||||||
y=2
|
|
||||||
return render(request,'home.html',{'name':'autoMedSys AI'})
|
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||||
#return HttpResponse('Hrllo Medical')
|
#return HttpResponse('Hrllo Medical')
|
||||||
|
|
||||||
def blog_page(request):
|
def blog_page(request):
|
||||||
return render(request,'home.html',{'name':'autoMedSys AI'})
|
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||||
|
|
||||||
|
def product_abulatory(request):
|
||||||
|
return render(request,'home.html',{'name':'autoMedSys AI'})
|
||||||
Reference in New Issue
Block a user