-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·34 lines (34 loc) · 980 Bytes
/
index.html
File metadata and controls
executable file
·34 lines (34 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<title>IvyFramework</title>
<style type='text/css'>
div.pic {
display: block;
float: left;
border: 0px solid gray;
margin: 3px;
}
</style>
<style>
.centercircimg {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
}
</style>
</head>
<body>
<h1 style="color:purple;text-align:center;">IvyFramework documentation</h1>
<h2 style="text-align:center;">Github: <a href="https://github.com/IvyFramework" target="_blank">https://github.com/IvyFramework</a></h2>
<p style="color:red;text-align:center;"><b>Site is currently under construction.</b></p>
</body>
<picture>
<a href="https://github.com/IvyFramework"><img
src="IvyFwk.jpg"
title="IvyFramework logo"
class="centercircimg"
style="width:300px;"
></a>
</picture>
</html>