|
|
@ -1,12 +1,13 @@ |
|
|
|
<html> |
|
|
|
<!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> |
|
|
|
<title>Mumble Administration</title> |
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
|
|
|
|
|
|
|
<!-- for iphone/ipod --> |
|
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0" /> |
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" /> |
|
|
|
<link rel="apple-touch-icon" href="{{ MEDIA_URL }}/mumble/mumble.64x64.png" /> |
|
|
|
<link rel="apple-mobile-web-app-capable" content="yes" /> |
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/style.css" /> |
|
|
|
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}/templatestyle.css" /> |
|
|
|