页面代码和目录结构如下,请问该如何做实现页面成功跳转访问:
代码如下:
<div style="padding-left: 10px; padding-right: 10px;">
<div class="div0 overflow-hidden rounded-xl bg-white p-3 shadow transition-all duration-500 hover:shadow-md dark:bg-slate-800 no-border" style="display: flex; flex-direction: column; align-items: center;">
<img src="/upload/Snipaste_2024-01-18_18-07-15.jpg" alt="Snipaste_2024-01-18_18-07-15.jpg" />
<div style="padding-top: 15px;">
<p style="color: black; font-size: 20px;">我的简历</p>
</div>
<div style="padding-top: 40px;">
<a href="../resume.html"
style="background-color: #4CAF50; color: white; padding: 10px 20px; text-decoration: none;">了解更多</a>
</div>
</div>
</div>
目录结构:
- templates
-- assets
-- error
-- resume
---myresume.html