-
Notifications
You must be signed in to change notification settings - Fork 0
/
circle-2.html
23 lines (21 loc) · 920 Bytes
/
circle-2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<htmllang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Circle Animation 2</title>
<meta name="description" content="Lorem ipsum description of this page.">
<link rel="stylesheet" href="css/gem-anim.css">
</head>
<body>
<svg width="448" height="448" viewBox="0 0 448 448" xmlns="http://www.w3.org/2000/svg">
<title>circle-2</title>
<path class="path-1" d="M224 446C101.393 446 2 346.607 2 224S101.393 2 224 2s222 99.393 222 222-99.393 222-222 222z" stroke="#FFF" stroke-width="4" fill="none" fill-rule="evenodd"/>
</svg>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="js/circle.js"></script>
</body>
</html>