Skip to content

Instantly share code, notes, and snippets.

@Kvaibhav01
Created July 3, 2018 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kvaibhav01/3fb2fc00146708bcf3c87e3399276eaa to your computer and use it in GitHub Desktop.
Save Kvaibhav01/3fb2fc00146708bcf3c87e3399276eaa to your computer and use it in GitHub Desktop.
HTML file for animating with Keyframes extension
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Animate with extension</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<!-- container begins -->
<div class="container">
<div>
<h1>Welcome to animations!</h1>
<p>These animations are created by <strike> CSS</strike> a Chrome extension <b>
<a href="https://keyframes.app/" target="_blank">Keyframes</a></b>
developed by <a href="https://mitch.works/"
target="_blank">Mitch Samuels</a>.</p>
<a href="https://chrome.google.com/webstore/detail/keyframes/dalaiblmpeklkjnpeocmaojcfldmbfck" target="_blank" class="button">Get the extension</a>
</div>
</div>
<!-- container ends -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment