-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.05 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>CodeNux</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style>
pre {
color: green;
}
</style>
</head>
<body>
<pre>
____ ___ ____ _____ _ _ _ _ __ __
/ ___| / _ \ | _ \ | ____| | \ | | | | | | \ \/ /
| | | | | | | | | | | _| | \| | | | | | \ /
| |___ | |_| | | |_| | | |___ | |\ | | |_| | / \
\____| \___/ |____/ |_____| |_| \_| \___/ /_/\_\
+-+-+-+-+-+-+-+-+-+-+-+
|d|e|v|e|l|o|p|m|e|n|t|
+-+-+-+-+-+-+-+-+-+-+-+
</pre>
</body>
</html>