Skip to content

Instantly share code, notes, and snippets.

@kov
Forked from aflag/gist:7767878
Last active December 30, 2015 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kov/7767941 to your computer and use it in GitHub Desktop.
Save kov/7767941 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
table {
width: 50px;
}
tr {
background-color: red;
height: 30px;
line-height: 30px;
}
td {
background-color: red;
height: 30px;
line-height: 30px;
}
</style>
</head>
<body>
<table><tr><td>This is the main config file for debconf. It tells debconf where to store data.</td></tr></table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment