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
|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g | |
/** | |
* Detect a valid Venezuelan phone number (area code included) | |
* @type {RegExp} | |
*/ |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title><!--Text--></title> | |
<link rel="stylesheet" href="index.css"> | |
</head> | |
<body> | |
<nav class="flex flex-centered"> | |
<img class="image-small-sized" src="assets/logo.png" alt=""> |