Skip to content
Snippets Groups Projects
principles.html 704 B
Newer Older
Ahmad Fares's avatar
Ahmad Fares committed
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
Ahmad Fares's avatar
Ahmad Fares committed
  <link rel="stylesheet" href="styles.css" type="text/css" />
Ahmad Fares's avatar
Ahmad Fares committed
</head>
<body>
<h1 id="this-is-header">This is header</h1>
<p>My name is Ahmad</p>
Ahmad Fares's avatar
Ahmad Fares committed
<p>This text is <strong>bold</strong> and this is <em>italic</em></p>
<p>This is a list: 1. one 2. two 3. three</p>
Ahmad Fares's avatar
Ahmad Fares committed
</body>
</html>