Skip to content

Instantly share code, notes, and snippets.

@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:22
R1 Artifact: My Gist Creation
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { background: #ffffff; color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: sans-serif; }
h1 { font-size: 3rem; color: #7c3aed; margin-bottom: 0; }
p { color: #4b5563; margin-top: 1rem; }
.box { border: 2px solid #ddd; padding: 2rem; border-radius: 1rem; }
@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:25
R1 Artifact: My Project
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { background: #fff; color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: sans-serif; }
h1 { font-size: 3rem; color: #7c3aed; margin-bottom: 0; }
p { color: #555; margin-top: 1rem; }
.box { padding: 20px; border: 4px solid #7c3aed; border-radius: 10px; }
@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:27
R1 Artifact: My Project
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { background: #ffffff; color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: sans-serif; }
h1 { font-size: 3rem; color: #4f46e5; margin-bottom: 0; }
p { color: #4b5563; margin-top: 1rem; }
.box { border: 2px solid #e5e7eb; padding: 2rem; border-radius: 1rem; text-align: center; }
@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:31
R1 Artifact: My Project
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { background: #ffffff; color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: sans-serif; }
h1 { font-size: 3rem; color: #4f46e5; margin-bottom: 0; }
p { color: #4b5563; margin-top: 1rem; }
.box { border: 2px solid #e5e7eb; padding: 2rem; border-radius: 1rem; text-align: center; }
@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:34
R1 Artifact: My Project
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { background: #ffffff; color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: sans-serif; }
h1 { font-size: 3rem; color: #4f46e5; margin-bottom: 0; }
p { color: #4b5563; margin-top: 1rem; }
.box { border: 2px solid #e5e7eb; padding: 2rem; border-radius: 1rem; text-align: center; }
@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:35
R1 Artifact: My Project
< <!DOCTYPE html>
<html>
<head>
<title>SpongeBob R1 Platformer</title>
<style>
body {
margin: 0;
overflow: hidden;
background-color: #79c8f3; /* Ocean blue background */
display: flex;
@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:35
R1 Artifact: My Project
<!DOCTYPE html>
<html>
<head>
<title>SpongeBob R1 Platformer</title>
<style>
body {
margin: 0;
overflow: hidden;
background-color: #79c8f3; /* Ocean blue background */
display: flex;
@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:38
R1 Artifact: My Project
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3D SpongeBob</title>
<style>
body {
margin: 0;
padding: 0;
@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:40
R1 Artifact: SpongeBob Animation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>SpongeBob R1 Story</title>
<style>
body {
margin: 0;
padding: 0;
@wwtv127
wwtv127 / index.html
Created December 1, 2025 02:44
R1 App: SDK Edition
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>R1 SDK App</title>
<style>
/* R1 Screen Dimensions: 240x282 (Fixed) */
body {
background: #000;