云计算期末作业项目:线上作业提交
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
429 B

{% extends "root.html" %}
{% block main %}
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<h1 class="mt-4 mb-3">联系方式
</h1>
<div class="row">
<!-- Blog Entries Column -->
<div class="col-md-8">
<a>微信:*****</a>
<a>邮箱: *****</a>
</div>
</div>
<!-- /.row -->
</div>
{% endblock %}