Compare commits

..

2 Commits

Author SHA1 Message Date
oscar.plaisant@icloud.com
e0b309236e petite maison 2023-09-29 17:08:02 +02:00
oscar.plaisant@icloud.com
0117037532 Idées 2023-09-29 17:06:58 +02:00
2 changed files with 40 additions and 0 deletions

View File

@@ -1,2 +1,12 @@
# darioscar
Un site créé par dario et oscar
## Idées
- bibliothèque
- ascii-art (flexible, façile et joli)

30
index.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<pre>
<')
(\/"
I ,-".
|-"\ ,-\.
,-"\ ,-"\ ,"\.
./\.,-"\ ,-"\ ,"\
./ _ \.,-"\ ,-"\,-"
./ (_) \.,-"\,-" |
/ .---. \ ,-" | :
| | O | | ,^". | .' :
| |/_\| | | o|,-' .--'' .'
| | |,-'.,,.-' ..., '.
|___________|,-' , ..' ". '.
'''--'' : :
'
</pre>
</body>
</html>