Browse Source

Fix css tags

master
Fazil Altinel 3 years ago
parent
commit
d5c67605d8
  1. 2
      index.html

2
index.html

@ -3,7 +3,7 @@
<title>altinel.dev</title> <title>altinel.dev</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<!--The design of this webpage is based on http://www.jeffweisbein.com--> <!--The design of this webpage is based on http://www.jeffweisbein.com-->
<link rel="stylesheet" src="style.css">
<link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<span id="console"><span id="a">fazil@altinel.dev</span>:<span id="b">/var/www/</span><span id="c">$</span> whoami <span id="console"><span id="a">fazil@altinel.dev</span>:<span id="b">/var/www/</span><span id="c">$</span> whoami

Loading…
Cancel
Save