changeset 786:00448329dcaf

acc
author ARAKI Tsuyohito <c113007@e.koeki-u.ac.jp>
date Tue, 14 Jul 2015 19:04:35 +0900
parents 8b7f83fc736b
children cc535d7b872c
files oasis2015/accountcheck.rb
diffstat 1 files changed, 6 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/oasis2015/accountcheck.rb	Tue Jul 14 18:47:26 2015 +0900
+++ b/oasis2015/accountcheck.rb	Tue Jul 14 19:04:35 2015 +0900
@@ -75,14 +75,6 @@
 
 
 
-#<meta name="viewport"
-#content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
-#<meta name="format-detection" content="telephone=no">
-#<link media="only screen and (max-device-width:480px)"
-#href="smart.css" type="text/css" rel="stylesheet" />
-#<link media="screen and (min-device-width:481px)" href="profeel.css"
-#type="text/css" rel="stylesheet" />
-
 expires = "SAT, 24 Oct 2015 00:00:00 GMT"
 
 printf("Content-type: text/html; charset=UTF-8
@@ -94,7 +86,12 @@
 <html>
 <head>
 
-<link href="smart.css" type="text/css" rel="stylesheet" />
+<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
+<meta name="format-detection" content="telephone=no">
+<link media="only screen and (max-device-width:480px)" href="smart.css" type="text/css" rel="stylesheet" />
+<link media="screen and (min-device-width:481px)" href="profeel.css" type="text/css" rel="stylesheet" />
+
+
 
 
 <link rel="shortcut icon" href="./img/cabage.png"/>

yatex.org