-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
14 lines (14 loc) · 846 Bytes
/
index.html
File metadata and controls
14 lines (14 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<head>
<title>Example Page of EdiTechStudio</title>
<link rel="shortcut icon" href="/favicon.svg">
</head>
<body>
<h1 style="color:red; text-align:center; font-size:55px; margin-top:30px;"> Inkscape Example </h1>
<!-- <h1 style="color:red; text-align:center; font-size:55px; margin-top:30px;"> Site is under construction...! </h1> -->
<!-- <h2 align="center"><img src="https://admission.iist.ac.in/ug/template/default/images/new1.gif"> Coming Soon <img src="https://admission.iist.ac.in/ug/template/default/images/new1.gif"></h2> -->
<img src="final-leaflet-after-object-to-path.svg" alt="Inkscape Example" width="100%">
<hr>
<h1 style="color:red; text-align:center; font-size:55px; margin-top:100px;"> Blender Example </h1>
<img src="blender-example.jpg" alt="Blender Example" width="100%">
<hr>
</body>