14 lines
134 B
HTML
14 lines
134 B
HTML
<html>
|
|
<style type="text/css">
|
|
ul {
|
|
padding : 0px;
|
|
margin : 0px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<ul>
|
|
<li>Update</li>
|
|
|
|
</ul>
|
|
</body>
|
|
</html>
|