aboutsummaryrefslogtreecommitdiffstats
path: root/demos/addClass/index.html
blob: f5bd6a0e4246df0f2cc873b4bfb77db32a42fa41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Effects Demos</title>
	<link rel="stylesheet" href="../demos.css">
</head>
<body>

<div class="demos-nav">
	<h4>Examples</h4>
	<ul>
		<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
	</ul>
</div>

</body>
</html>
tion value='automated/noid/stable26-update-code-signing-crl'>automated/noid/stable26-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/README.md
blob: c9713ff5c07a1f4242df7b9a5c1fcf0a1695c3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Accessibility ♿

> This app provide multiple features to ease the use of nextcloud.

## Build Setup

``` bash
# install dependencies
make dev-setup

# build for development
make build-js

# build for development and watch edits
make watch-js

# build for production with minification
make build-js-production

# clean output files
make clean
```