html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- Created by Mr Robot -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap files-->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css" integrity="sha512-Velp0ebMKjcd9RiCoaHhLXkR1sFoCCWXNp6w4zj1hfMifYB5441C+sKeBl/T/Ka6NjBiRfBBQRaQq65ekYz3UQ==" crossorigin="anonymous" />
<!-- css file -->
<link rel="stylesheet" href="style.css">
<title>Snake Projects</title>
</head>
<body>
<div class="container">
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
/* Created by Mr Robot */
body
{
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Created by Mr Robot
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run