(0|\+98)?([ ]|,|-|[()]){0,2}9[1|2|3|4]([ ]|,|-|[()]){0,2}(?:[0-9]([ ]|,|-|[()]){0,2}){8}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(() => { | |
'use strict'; | |
const | |
// Establish the root object, `window` (`self`) in the browser, `global` | |
// on the server, or `this` in some virtual machines. We use `self` | |
// instead of `window` for `WebWorker` support. | |
root = (() => { | |
if (typeof self == 'object' && self.self === self) return self; | |
else if (typeof global == 'object' && global.global === global) return global; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Google Index test file | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Google Index test file | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Google Index test file | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 | |
test 9573168225694 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
تست ۹۶۵۸۷۴۱۲۵۸۴ | |
تست ۹۶۵۸۷۴۱۲۵۸۴ | |
تست ۹۶۵۸۷۴۱۲۵۸۴ | |
تست ۹۶۵۸۷۴۱۲۵۸۴ | |
تست ۹۶۵۸۷۴۱۲۵۸۴ | |
تست ۹۶۵۸۷۴۱۲۵۸۴ | |
تست ۹۶۵۸۷۴۱۲۵۸۴ | |
تست ۹۶۵۸۷۴۱۲۵۸۴ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: #333; | |
overflow: hidden; | |
color: #FFF; | |
-webkit-user-select: none; | |
} | |
.parent { | |
width: 100%; | |
position: relative; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.