diff options
| author | Nayab W <42422512+nayabw@users.noreply.github.com> | 2018-10-19 12:56:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-19 12:56:40 -0500 |
| commit | 8358ce61da47084a4b9c98551731fd949b9a63ab (patch) | |
| tree | 81f3b99396cac42bfc03a7dd16d974818578b805 /support.html | |
| parent | f774015dd4486592bcacd4beb1b78fe0ab2d917f (diff) | |
| download | silicon-linux-8358ce61da47084a4b9c98551731fd949b9a63ab.tar.gz silicon-linux-8358ce61da47084a4b9c98551731fd949b9a63ab.tar.bz2 silicon-linux-8358ce61da47084a4b9c98551731fd949b9a63ab.zip | |
testing to see if it works
Diffstat (limited to 'support.html')
| -rw-r--r-- | support.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/support.html b/support.html new file mode 100644 index 0000000..cf9a53f --- /dev/null +++ b/support.html @@ -0,0 +1,23 @@ + +HTML> +<HEAD> +<link href="./style.css" type="text/css" rel="stylesheet"> +<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> + <TITLE>Silicon Linux</TITLE> +</HEAD> +<BODY> + <div id="navigation"> + <ul> + <li class="nav logo">Silicon Linux</li> + <li class="active nav"><a class="nav" href="./index.html">HOME</a></li> + <li class="nav"><a class="nav"href="./index.html">DOWNLOAD</a></li> + <li class="nav"><a class="nav" href="./index.html">SUPPORT</a></li> + </ul> + </div> + <iframe src="https://titanembeds.com/embed/502598767510290432" height="600" width="800" frameborder="0"></iframe> + +<div class="footer"> + <p>Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p> +</div> +</BODY> +</HTML> |
