API / index.html
Raghav001's picture
Update index.html
66bbe82
raw
history blame contribute delete
No virus
653 Bytes
<html>
<!-- Title -->
<head>
<title>API</title>
</head>
<!-- Stylesheet -->
<style>
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
}
h1 {
font-size: 2em;
margin: 0;
padding: 0;
/* Center */
text-align: center;
}
h3 {
margin: 0;
padding: 0;
/* Center */
text-align: center;
}
</style>
<!-- Body -->
<body>
</body>
</html>