diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-04-12 02:10:30 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-04-12 02:10:30 +0200 |
| commit | 15987fa032a86571a0502b91d2b3a00ac4084b53 (patch) | |
| tree | cba2853835ee231fa648edfbe8b94918762f1dcb /webclient/test.html | |
| parent | 0f42ad64d61bd6e4d7eb8d25f4264dcc8d5865bf (diff) | |
| download | alias-15987fa032a86571a0502b91d2b3a00ac4084b53.tar.gz | |
Test of a new design (test.html)
Diffstat (limited to 'webclient/test.html')
| -rw-r--r-- | webclient/test.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/webclient/test.html b/webclient/test.html new file mode 100644 index 0000000..d13a174 --- /dev/null +++ b/webclient/test.html @@ -0,0 +1,11 @@ +<!--?xml version="1.0" encoding="utf-8" ?--> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head> + <title>Cryptoapplet - Public key cryptography</title> +<link rel="stylesheet" type="text/css" href="style/alias.css" /> +</head> +<body> +<p id="header"> +<span id="logo">Alias</span></p> +</p> +</body></html>
\ No newline at end of file |
