add keywords to html header

This commit is contained in:
Babak Farrokhi 2016-05-08 18:57:34 +04:30
parent ed5fccb413
commit 77ae0591d2
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

View File

@ -10,8 +10,10 @@ cd -
cat << HEADER > index.html
<!DOCTYPE html>
<html>
<head>
<title>DNSDiag</title>
<meta name="Keywords" content="dns, dnseval, dnstools, dnsping, dnstraceroute, dnsdiag, hijacking, python, isp" />
</head>
<xmp theme="cerulean" style="display:none;">
HEADER
cat dnsdiag/README.md >> index.html