📝 Added sandbox (code sketchbook)
This commit is contained in:
parent
b475595f7f
commit
b5daf18b1a
142 changed files with 100702 additions and 0 deletions
14
sandbox/codepens/circuit_tests/index2.html
Normal file
14
sandbox/codepens/circuit_tests/index2.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!-- Taken from https://www.demo2s.com/html-css/css-flowing-circuit-animation.html -->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" href="css/styles2.css">
|
||||
<title>basic circuit animation</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="bar"></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue