13 lines
256 B
HTML
13 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Transitionize Example Page</title>
|
|
<link rel="stylesheet" href="example.css" />
|
|
<script src="bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<span class="elem js-elem"></span>
|
|
</div>
|
|
</body>
|
|
</html> |