inline css

This commit is contained in:
vilmibm 2017-09-23 22:03:13 +00:00
parent 2ec3ec2227
commit 0dbe84e214
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +0,0 @@
body {
background-color: #E0B0FF;
}

View File

@ -2,7 +2,11 @@
<html>
<head>
<title>the tilde.town wiki</title>
<link rel="stylesheet" href="/wiki/theme.css">
<style>
body {
background-color: #E0B0FF;
}
</style>
</head>
<body>