16 lines
573 B
HTML
16 lines
573 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8 />
|
|
<title>Y Example</title>
|
|
<script src="../../../webcomponentsjs/webcomponents.min.js"></script>
|
|
<link rel="import" href="../../../polymer/polymer.html">
|
|
|
|
<link rel="import" href="y-test.html">
|
|
</head>
|
|
<body>
|
|
<y-test></y-test>
|
|
<p> This example tests a few things like Late Join, the synchronization process while editing, and if the Connector and Yjs work together as Polymer elements. you can use this example as a starting point for your own Polymer project too. </p>
|
|
</body>
|
|
</html>
|