Skip to content

Instantly share code, notes, and snippets.

View Mcbeany's full-sized avatar

Khang Nguyen Mcbeany

View GitHub Profile
@Mcbeany
Mcbeany / rick.html
Created January 5, 2022 02:42
rickroll people using html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
#rick {
display: none;
}
</style>