Übernahme des redesign2018-Zweiges
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Testseite f<EFBFBD>r mobile Platformen</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
include 'phplib/is_mobile.php';
|
||||
if(is_mobile())echo "Mobile Plattform erkannt!";
|
||||
else echo"Mobile Plattform nicht erkannt!"
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user