parent
12c7f20ae9
commit
8177c39aff
7 changed files with 202 additions and 228 deletions
10
static/js/pages/tos.js
Normal file
10
static/js/pages/tos.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
(function() {
|
||||
/**
|
||||
* TOS page.
|
||||
*/
|
||||
angular.module('quayPages').config(['pages', function(pages) {
|
||||
pages.create('tos', 'tos.html', null, {
|
||||
'title': 'Terms of Service'
|
||||
});
|
||||
}]);
|
||||
}());
|
Reference in a new issue