Skip to content

Instantly share code, notes, and snippets.

View boogle-search's full-sized avatar

Walter boogle-search

  • Boogle
View GitHub Profile
@boogle-search
boogle-search / DogBlocks.html
Created June 22, 2025 22:06
DogBlocks Simple Coding
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<!-- Created with https://packager.turbowarp.org/ -->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- We only include this to explicitly loosen the CSP of various packager environments. It does not provide any security. -->
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' 'unsafe-inline' 'unsafe-eval' data: blob:">
<title>DogBlocks</title>
<style>
@boogle-search
boogle-search / App.html
Created June 21, 2025 18:53
Animated Rocketship
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Rocket Ship</h1>
<canvas width="400" height="400"></canvas>
<script>
var canvas = document.querySelector('canvas')