You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
330 B
HTML
20 lines
330 B
HTML
8 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||
|
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
|
||
|
<style>
|
||
|
html{
|
||
|
width: 100%;
|
||
|
}
|
||
|
body {
|
||
|
width: 90%;
|
||
|
margin: auto;
|
||
|
}
|
||
|
.wrap {
|
||
|
white-space: normal;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|