Skip to content

Instantly share code, notes, and snippets.

View VirtuaCreative's full-sized avatar

Virtua Creative VirtuaCreative

View GitHub Profile
@VirtuaCreative
VirtuaCreative / index.html
Created November 20, 2022 13:36
Terminal Text Effect
<div class='console-container'><span id='text'></span><div class='console-underscore' id='console'>&#95;</div></div>
apiVersion: v1
kind: ServiceAccount
metadata:
name: traefik-account
@VirtuaCreative
VirtuaCreative / hello-world.html
Created March 30, 2016 03:54
Hello World HTML5 page for demo
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
</head>
<body>
<p>Hello World</p>
</body>
</html>