Skip to content
Snippets Groups Projects
Commit e70fb524 authored by Xingan Zhao's avatar Xingan Zhao
Browse files

project/experiment new feature:pdf viewer

parent 9a6380f4
No related branches found
No related tags found
No related merge requests found
Pipeline #416566 passed
File added
......@@ -58,11 +58,12 @@ export function Experiments() {
<Element name="section1" className="element rounded-border" id='section1'>
<h2>Section 1</h2>
<p>Content for section 1.</p>
<img
src="https://static.igem.wiki/teams/5378/school-badge/yanyintech.webp"
alt="example"
className="responsive-img"
/>
<iframe
src="https://static.igem.wiki/teams/5378/pdf/example.pdf"
style={{ width: '100%', height: '1000px' }}
title="PDF Viewer"
></iframe>
</Element>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment