34 lines
789 B
HTML
34 lines
789 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>XSCHEM PRESENTATION</title>
|
||
|
|
<link rel="stylesheet" type="text/css" href="xschem_man.css" />
|
||
|
|
<style type="text/css">
|
||
|
|
/* Local styling goes here */
|
||
|
|
p{padding: 15px 30px 10px;}
|
||
|
|
.content{ background-image:url('xschem_bg2.png');}
|
||
|
|
</style>
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<!-- start of slide -->
|
||
|
|
<div class="content">
|
||
|
|
<!-- navigation buttons -->
|
||
|
|
<a href="tutorial_xschem_slides0812.html" class="prev">PREV</a>
|
||
|
|
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
|
||
|
|
<a href="tutorial_xschem_slides085.html" class="next">NEXT</a>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- slide title -->
|
||
|
|
<h1 style="max-width: 80%;">WAVE VIEWING</h1>
|
||
|
|
|
||
|
|
<!-- end of slide -->
|
||
|
|
<div class="filler"></div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<!-- frame footer -->
|
||
|
|
<iframe seamless src="xschem_footer.html" class="footer_iframe" >
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|