You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
430 B
HTML
18 lines
430 B
HTML
3 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<script src="https://unpkg.com/unpoly@2.5.0/unpoly.min.js"></script>
|
||
|
<link rel="stylesheet" href="https://unpkg.com/unpoly@2.5.0/unpoly.min.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- HTML here may use Unpoly attributes like [up-follow] -->
|
||
|
<a href="/" class="one" up-target=".one">
|
||
|
♥
|
||
|
</a>
|
||
|
|
||
|
<a href="/" class="two" up-target=".two">
|
||
|
♠
|
||
|
</a>
|
||
|
</body>
|
||
|
</html>
|