PHP Classes

File: tags.php

Recommend this page to a friend!
  Classes of Ann   Purp Project   tags.php   Download  
File: tags.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Purp Project
Application to manage photo albums
Author: By
Last change: Update of tags.php
Date: 1 year ago
Size: 599 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
      rel="stylesheet">
      <link href="styles/tags.css"
      rel="stylesheet">
    <title>Document</title>
</head>
<body>
    <div class="container">
        <div class="tag-container">
          
            <input/>
        </div>
    </div>

    <script src="js/tags.js"></script>
</body>
</html>