Add a CSS !
This commit is contained in:
parent
1e4a75bf1f
commit
a9d5431159
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
<head>
|
<head>
|
||||||
<title>C'est nul !</title>
|
<title>C'est nul !</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-size: 200%
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<script src="punycode.min.js">
|
<script src="punycode.min.js">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue