28 lines
668 B
HTML
28 lines
668 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - LIVE: React Gallery with Keyboard Control | @keyframers 3.24</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div id="app"></div>
|
|
|
|
<!--
|
|
|
|
1. ArrowKeys
|
|
2. FLIP hook
|
|
|
|
-->
|
|
|
|
<a href="https://youtu.be/2vrMSUZThBE" target="_blank" data-keyframers-credit style="color: #FFF"></a>
|
|
<script src="https://codepen.io/shshaw/pen/QmZYMG.js"></script>
|
|
<!-- partial -->
|
|
<script type="module" src="./script.js"></script>
|
|
|
|
</body>
|
|
</html>
|