mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-07 16:30:36 +00:00
16 lines
364 B
HTML
16 lines
364 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script src="../handleprop.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div id="parent">
|
|
<div id="child" style="right: 20px;">
|
|
<div class="floatLeft"></div>
|
|
<div class="floatLeft"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|