Skip to content
Snippets Groups Projects

Adding text

Merged Vishwaa Kannan requested to merge Adding-Text into main
3 files
+ 95
44
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 11
0
{% extends "layout.html" %}
{% block title %}Design{% endblock %}
{% block lead %}Our Gene Insert Design{% endblock %}
{% block page_content %}
<head>
<link rel="stylesheet" type="text/css" href="static/style.css">
</head>
{% endblock %}
\ No newline at end of file
Loading