mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
11 lines
305 B
HTML
11 lines
305 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<script src="http://code.jquery.com/jquery-latest.js"></script>
|
||
|
<script type="text/javascript" src="jquery.fitheighttoparent.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
test
|
||
|
</body>
|
||
|
</html>
|