【发布时间】:2020-07-31 19:06:15
【问题描述】:
<!-- Add icon library -->
<html>
<body class="body">
<center>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="card">
<img src="{{url_for('static', filename='file:/omkar.png')}}align="middle" />
<h1>Omkar More</h1>
<p class="title">Student DYPSOEA</p>
<p>PUNE UNIVERSITY</p>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<
</div>
</center>
</body>
</html>
上面的代码只给出了图像的符号而不显示它
【问题讨论】:
-
这个页面是静态运行还是使用一些服务器?
-
stackoverflow.com/questions/36476659/…这个答案可能对你有帮助
标签: html css python-3.x web file-upload