Commit 8501e734 authored by Chamodi Mandakini's avatar Chamodi Mandakini

skin cancer page

parent b5ca4742
{% extends 'base.html' %}
{% block main %}
<div class="container">
<div class="row">
<div class="col-md-4" style="margin-top: 5%;margin-left: 10%;">
<div class="card">
<img src="/static/text.png" class="card-img-top" alt="..." />
<div class="card-body" style="padding-top: 30%;">
<a href="{{ url_for('skincancer') }}" class="btn btn-primary">Detect Skin Diseases
Diagnosis</a>
<p class="card-text">Our website provides accurate detection of various skin diseases. Get quick
results and take the necessary steps towards treatment.</p>
</div>
</div>
</div>
<div class="col-md-4" style="margin-top: 5%;margin-left: 10%;">
<div class="card" style="padding-bottom: 8%;">
<img src="/static/ct.png" class="card-img-top" alt="..." />
<div class="card-body">
<a href="{{ url_for('skinTumor') }}" class="btn btn-primary">Melanoma Tumor Size Prediction
Disease</a>
<p class="card-text">Our website offers Melanoma Tumor Size Prediction with accuracy. Get quick
results and early detection in just a few clicks.</p>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment