16 lines
254 B
HTML
Raw Normal View History

2019-11-18 18:18:28 -08:00
<link rel='stylesheet' href='./style.css'>
<script src='./script.js' type='text/javascript'></script>
<style>
body {
2019-12-06 15:10:30 -08:00
height: 100px;
margin: 8px;
2019-12-06 15:10:30 -08:00
border: 0;
background-color: #555;
}
2019-11-18 18:18:28 -08:00
div {
line-height: 18px;
}
</style>
<div>Hi, I'm frame</div>