-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathIndex.html
22 lines (16 loc) · 1.1 KB
/
Index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/prettify.js"></script>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/prettify.css"></script>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
<pre class="prettyprint">
<android.support.design.widget.TextInputLayout android:id="@+id/input_layout_password" android:layout_width="wrap_content" android:layout_height="wrap_content"> <EditText android:layout_width="wrap_content" android:layout_height="wrap_content" android:ems="20" android:layout_marginTop="@dimen/fab_margin" android:id="@+id/txtPassword" android:inputType="textPassword" android:hint="Password"/> </android.support.design.widget.TextInputLayout>
</pre>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?lang=css&skin=sunburst"></script>
</body>
</html>